Html Css Color HEX #C01815 Fire Brick

📋 copy color: '#C01815'

red 192 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #C01815

Tints of Fire Brick #C01815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 81.01%
G = 10.13%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C01815 (or 0xC01815) is known color: Fire Brick. HEX triplet: C0, 18 and 15. RGB value is (192,24,21). Sum of RGB (Red+Green+Blue) = 192+24+21=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01815 is #3FE7EA. Grayscale: #4A4A4A. Windows color (decimal): -4188139 or 1382592. OLE color: 1382592.

HSL color Cylindrical-coordinate representation of color #C01815: hue angle of 1.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01815 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 21 -
CMYK 0 0.88 0.89 0.25
HSL 1.05º 0.8% 0.42% -
HSV(B) 1.05º 0.89% 0.75% -
XYZ 22.2 11.91 1.84 -
YUV 73.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 192 24 21 0 0.88 0.89 0.25 1.05 0.8 0.42
Hex C0 18 15 0 58 59 19 1 50 2A
Octal 300 30 25 0 130 131 31 1 120 52
Binary 11000000 11000 10101 0 1011000 1011001 11001 1 1010000 101010

Color Harmonies of #C01815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01815

Black with #C01815

Text Example


Text Example

White with #C01815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01815; }

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

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

background-color css

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

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

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

border-color css

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

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

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