Html Css Color HEX #C02423 Fire Brick

📋 copy color: '#C02423'

red 192 ◦ green 36 ◦ blue 35

#C02423
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C02423

Tints of Fire Brick #C02423

RGB

 RED value IS 192 (75.39% from 255) = 73%

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 73%
G = 13.69%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C02423 (or 0xC02423) is known color: Fire Brick. HEX triplet: C0, 24 and 23. RGB value is (192,36,35). Sum of RGB (Red+Green+Blue) = 192+36+35=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02423 is #3FDBDC. Grayscale: #525252. Windows color (decimal): -4185053 or 2303168. OLE color: 2303168.

HSL color Cylindrical-coordinate representation of color #C02423: hue angle of 0.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02423 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 35 -
CMYK 0 0.81 0.82 0.25
HSL 0.38º 0.69% 0.45% -
HSV(B) 0.38º 0.82% 0.75% -
XYZ 22.67 12.59 2.83 -
YUV 82.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 192 36 35 0 0.81 0.82 0.25 0.38 0.69 0.45
Hex C0 24 23 0 51 52 19 0 45 2D
Octal 300 44 43 0 121 122 31 0 105 55
Binary 11000000 100100 100011 0 1010001 1010010 11001 0 1000101 101101

Color Harmonies of #C02423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02423

Black with #C02423

Text Example


Text Example

White with #C02423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02423; }

 p { color: rgb(192,36,35); }

 H1.HeaderClassName
 {
   color: #C02423;
 }
 .AnyTagClassName
 {
   color: #C02423;
 }
</style>

background-color css

<style>
 a { background-color: #C02423; }

 a { background-color: rgb(192,36,35); }

 div.DivClassName
 {
   background-color: #C02423;
 }
 .BgClassName
 {
   background-color: #C02423;
 }
</style>

border-color css

<style>
 span { border-color: #C02423; }

 span { border-color: rgb(192,36,35); }

 td.TdClassName
 {
   border-color: #C02423;
 }
 .TagClassName
 {
   border-color: #C02423;
 }
</style>