Html Css Color HEX #C01611 Fire Brick

📋 copy color: '#C01611'

red 192 ◦ green 22 ◦ blue 17

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

Shades of Fire Brick #C01611

Tints of Fire Brick #C01611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 83.12%
G = 9.52%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C01611 (or 0xC01611) is known color: Fire Brick. HEX triplet: C0, 16 and 11. RGB value is (192,22,17). Sum of RGB (Red+Green+Blue) = 192+22+17=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C01611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01611 is #3FE9EE. Grayscale: #484848. Windows color (decimal): -4188655 or 1119936. OLE color: 1119936.

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

Color convert

RGB 192 22 17 -
CMYK 0 0.89 0.91 0.25
HSL 1.71º 0.84% 0.41% -
HSV(B) 1.71º 0.91% 0.75% -
XYZ 22.13 11.82 1.65 -
YUV 72.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 192 22 17 0 0.89 0.91 0.25 1.71 0.84 0.41
Hex C0 16 11 0 59 5B 19 2 54 29
Octal 300 26 21 0 131 133 31 2 124 51
Binary 11000000 10110 10001 0 1011001 1011011 11001 10 1010100 101001

Color Harmonies of #C01611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01611

Black with #C01611

Text Example


Text Example

White with #C01611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01611; }

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

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

background-color css

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

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

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

border-color css

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

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

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