Html Css Color HEX #C01D18 Fire Brick

📋 copy color: '#C01D18'

red 192 ◦ green 29 ◦ blue 24

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

Shades of Fire Brick #C01D18

Tints of Fire Brick #C01D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 78.37%
G = 11.84%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01D18 (or 0xC01D18) is known color: Fire Brick. HEX triplet: C0, 1D and 18. RGB value is (192,29,24). Sum of RGB (Red+Green+Blue) = 192+29+24=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D18 is #3FE2E7. Grayscale: #4D4D4D. Windows color (decimal): -4186856 or 1580480. OLE color: 1580480.

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

Color convert

RGB 192 29 24 -
CMYK 0 0.85 0.88 0.25
HSL 1.79º 0.78% 0.42% -
HSV(B) 1.79º 0.88% 0.75% -
XYZ 22.34 12.15 2.03 -
YUV 77.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 192 29 24 0 0.85 0.88 0.25 1.79 0.78 0.42
Hex C0 1D 18 0 55 58 19 2 4E 2A
Octal 300 35 30 0 125 130 31 2 116 52
Binary 11000000 11101 11000 0 1010101 1011000 11001 10 1001110 101010

Color Harmonies of #C01D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D18

Black with #C01D18

Text Example


Text Example

White with #C01D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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