Html Css Color HEX #C01811 Fire Brick

📋 copy color: '#C01811'

red 192 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #C01811

Tints of Fire Brick #C01811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 82.4%
G = 10.3%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C01811 (or 0xC01811) is known color: Fire Brick. HEX triplet: C0, 18 and 11. RGB value is (192,24,17). Sum of RGB (Red+Green+Blue) = 192+24+17=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01811 is #3FE7EE. Grayscale: #494949. Windows color (decimal): -4188143 or 1120448. OLE color: 1120448.

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

Color convert

RGB 192 24 17 -
CMYK 0 0.88 0.91 0.25
HSL 2.4º 0.84% 0.41% -
HSV(B) 2.4º 0.91% 0.75% -
XYZ 22.17 11.9 1.66 -
YUV 73.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 192 24 17 0 0.88 0.91 0.25 2.4 0.84 0.41
Hex C0 18 11 0 58 5B 19 2 54 29
Octal 300 30 21 0 130 133 31 2 124 51
Binary 11000000 11000 10001 0 1011000 1011011 11001 10 1010100 101001

Color Harmonies of #C01811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01811

Black with #C01811

Text Example


Text Example

White with #C01811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01811; }

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

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

background-color css

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

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

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

border-color css

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

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

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