Html Css Color HEX #C02418 Fire Brick

📋 copy color: '#C02418'

red 192 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #C02418

Tints of Fire Brick #C02418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 76.19%
G = 14.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02418 (or 0xC02418) is known color: Fire Brick. HEX triplet: C0, 24 and 18. RGB value is (192,36,24). Sum of RGB (Red+Green+Blue) = 192+36+24=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C02418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02418 is #3FDBE7. Grayscale: #515151. Windows color (decimal): -4185064 or 1582272. OLE color: 1582272.

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

Color convert

RGB 192 36 24 -
CMYK 0 0.81 0.88 0.25
HSL 4.29º 0.78% 0.42% -
HSV(B) 4.29º 0.88% 0.75% -
XYZ 22.53 12.53 2.1 -
YUV 81.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 192 36 24 0 0.81 0.88 0.25 4.29 0.78 0.42
Hex C0 24 18 0 51 58 19 4 4E 2A
Octal 300 44 30 0 121 130 31 4 116 52
Binary 11000000 100100 11000 0 1010001 1011000 11001 100 1001110 101010

Color Harmonies of #C02418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02418

Black with #C02418

Text Example


Text Example

White with #C02418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02418; }

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

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

background-color css

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

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

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

border-color css

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

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

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