Html Css Color HEX #C02216 Fire Brick

📋 copy color: '#C02216'

red 192 ◦ green 34 ◦ blue 22

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

Shades of Fire Brick #C02216

Tints of Fire Brick #C02216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 77.42%
G = 13.71%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C02216 (or 0xC02216) is known color: Fire Brick. HEX triplet: C0, 22 and 16. RGB value is (192,34,22). Sum of RGB (Red+Green+Blue) = 192+34+22=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C02216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02216 is #3FDDE9. Grayscale: #505050. Windows color (decimal): -4185578 or 1450688. OLE color: 1450688.

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

Color convert

RGB 192 34 22 -
CMYK 0 0.82 0.89 0.25
HSL 4.24º 0.79% 0.42% -
HSV(B) 4.24º 0.89% 0.75% -
XYZ 22.46 12.41 1.97 -
YUV 79.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 192 34 22 0 0.82 0.89 0.25 4.24 0.79 0.42
Hex C0 22 16 0 52 59 19 4 4F 2A
Octal 300 42 26 0 122 131 31 4 117 52
Binary 11000000 100010 10110 0 1010010 1011001 11001 100 1001111 101010

Color Harmonies of #C02216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02216

Black with #C02216

Text Example


Text Example

White with #C02216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02216; }

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

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

background-color css

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

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

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

border-color css

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

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

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