Html Css Color HEX #C01511 Fire Brick

📋 copy color: '#C01511'

red 192 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #C01511

Tints of Fire Brick #C01511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

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

R = 83.48%
G = 9.13%
B = 7.39%

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

#C01511 (or 0xC01511) is known color: Fire Brick. HEX triplet: C0, 15 and 11. RGB value is (192,21,17). Sum of RGB (Red+Green+Blue) = 192+21+17=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C01511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01511 is #3FEAEE. Grayscale: #474747. Windows color (decimal): -4188911 or 1119680. OLE color: 1119680.

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

Color convert

RGB 192 21 17 -
CMYK 0 0.89 0.91 0.25
HSL 1.37º 0.84% 0.41% -
HSV(B) 1.37º 0.91% 0.75% -
XYZ 22.11 11.78 1.64 -
YUV 71.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 192 21 17 0 0.89 0.91 0.25 1.37 0.84 0.41
Hex C0 15 11 0 59 5B 19 1 54 29
Octal 300 25 21 0 131 133 31 1 124 51
Binary 11000000 10101 10001 0 1011001 1011011 11001 1 1010100 101001

Color Harmonies of #C01511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01511

Black with #C01511

Text Example


Text Example

White with #C01511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01511; }

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

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

background-color css

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

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

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

border-color css

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

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

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