Html Css Color HEX #C01F18 Fire Brick

📋 copy color: '#C01F18'

red 192 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #C01F18

Tints of Fire Brick #C01F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.55%

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

R = 77.73%
G = 12.55%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01F18 (or 0xC01F18) is known color: Fire Brick. HEX triplet: C0, 1F and 18. RGB value is (192,31,24). Sum of RGB (Red+Green+Blue) = 192+31+24=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F18 is #3FE0E7. Grayscale: #4E4E4E. Windows color (decimal): -4186344 or 1580992. OLE color: 1580992.

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

Color convert

RGB 192 31 24 -
CMYK 0 0.84 0.88 0.25
HSL 2.5º 0.78% 0.42% -
HSV(B) 2.5º 0.88% 0.75% -
XYZ 22.39 12.25 2.05 -
YUV 78.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 192 31 24 0 0.84 0.88 0.25 2.5 0.78 0.42
Hex C0 1F 18 0 54 58 19 2 4E 2A
Octal 300 37 30 0 124 130 31 2 116 52
Binary 11000000 11111 11000 0 1010100 1011000 11001 10 1001110 101010

Color Harmonies of #C01F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F18

Black with #C01F18

Text Example


Text Example

White with #C01F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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