Html Css Color HEX #C01C11 Fire Brick

📋 copy color: '#C01C11'

red 192 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #C01C11

Tints of Fire Brick #C01C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 81.01%
G = 11.81%
B = 7.17%

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

#C01C11 (or 0xC01C11) is known color: Fire Brick. HEX triplet: C0, 1C and 11. RGB value is (192,28,17). Sum of RGB (Red+Green+Blue) = 192+28+17=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01C11 is #3FE3EE. Grayscale: #4B4B4B. Windows color (decimal): -4187119 or 1121472. OLE color: 1121472.

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

Color convert

RGB 192 28 17 -
CMYK 0 0.85 0.91 0.25
HSL 3.77º 0.84% 0.41% -
HSV(B) 3.77º 0.91% 0.75% -
XYZ 22.25 12.08 1.69 -
YUV 75.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 192 28 17 0 0.85 0.91 0.25 3.77 0.84 0.41
Hex C0 1C 11 0 55 5B 19 4 54 29
Octal 300 34 21 0 125 133 31 4 124 51
Binary 11000000 11100 10001 0 1010101 1011011 11001 100 1010100 101001

Color Harmonies of #C01C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C11

Black with #C01C11

Text Example


Text Example

White with #C01C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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