Html Css Color HEX #C01818 Fire Brick

📋 copy color: '#C01818'

red 192 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #C01818

Tints of Fire Brick #C01818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

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

R = 80%
G = 10%
B = 10%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01818 (or 0xC01818) is known color: Fire Brick. HEX triplet: C0, 18 and 18. RGB value is (192,24,24). Sum of RGB (Red+Green+Blue) = 192+24+24=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C01818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01818 is #3FE7E7. Grayscale: #4A4A4A. Windows color (decimal): -4188136 or 1579200. OLE color: 1579200.

HSL color Cylindrical-coordinate representation of color #C01818: hue angle of 0º 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 #C01818 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 24 -
CMYK 0 0.88 0.88 0.25
HSL 0.78% 0.42% -
HSV(B) 0.88% 0.75% -
XYZ 22.23 11.93 1.99 -
YUV 74.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 192 24 24 0 0.88 0.88 0.25 0 0.78 0.42
Hex C0 18 18 0 58 58 19 0 4E 2A
Octal 300 30 30 0 130 130 31 0 116 52
Binary 11000000 11000 11000 0 1011000 1011000 11001 0 1001110 101010

Color Harmonies of #C01818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01818

Black with #C01818

Text Example


Text Example

White with #C01818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01818; }

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

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

background-color css

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

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

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

border-color css

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

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

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