Html Css Color HEX #C01C12 Fire Brick

📋 copy color: '#C01C12'

red 192 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #C01C12

Tints of Fire Brick #C01C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 80.67%
G = 11.76%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C01C12 (or 0xC01C12) is known color: Fire Brick. HEX triplet: C0, 1C and 12. RGB value is (192,28,18). Sum of RGB (Red+Green+Blue) = 192+28+18=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01C12 is #3FE3ED. Grayscale: #4C4C4C. Windows color (decimal): -4187118 or 1187008. OLE color: 1187008.

HSL color Cylindrical-coordinate representation of color #C01C12: hue angle of 3.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01C12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 18 -
CMYK 0 0.85 0.91 0.25
HSL 3.45º 0.83% 0.41% -
HSV(B) 3.45º 0.91% 0.75% -
XYZ 22.26 12.08 1.73 -
YUV 75.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 192 28 18 0 0.85 0.91 0.25 3.45 0.83 0.41
Hex C0 1C 12 0 55 5B 19 3 53 29
Octal 300 34 22 0 125 133 31 3 123 51
Binary 11000000 11100 10010 0 1010101 1011011 11001 11 1010011 101001

Color Harmonies of #C01C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C12

Black with #C01C12

Text Example


Text Example

White with #C01C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C12; }

 p { color: rgb(192,28,18); }

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

background-color css

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

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

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

border-color css

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

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

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