Html Css Color HEX #C01312 Fire Brick

📋 copy color: '#C01312'

red 192 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #C01312

Tints of Fire Brick #C01312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 83.84%
G = 8.3%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C01312 (or 0xC01312) is known color: Fire Brick. HEX triplet: C0, 13 and 12. RGB value is (192,19,18). Sum of RGB (Red+Green+Blue) = 192+19+18=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C01312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01312 is #3FECED. Grayscale: #464646. Windows color (decimal): -4189422 or 1184704. OLE color: 1184704.

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

Color convert

RGB 192 19 18 -
CMYK 0 0.90 0.91 0.25
HSL 0.34º 0.83% 0.41% -
HSV(B) 0.34º 0.91% 0.75% -
XYZ 22.08 11.72 1.67 -
YUV 70.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 192 19 18 0 0.90 0.91 0.25 0.34 0.83 0.41
Hex C0 13 12 0 5A 5B 19 0 53 29
Octal 300 23 22 0 132 133 31 0 123 51
Binary 11000000 10011 10010 0 1011010 1011011 11001 0 1010011 101001

Color Harmonies of #C01312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01312

Black with #C01312

Text Example


Text Example

White with #C01312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01312; }

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

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

background-color css

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

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

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

border-color css

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

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

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