Html Css Color HEX #C22216 Fire Brick

📋 copy color: '#C22216'

red 194 ◦ green 34 ◦ blue 22

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

Shades of Fire Brick #C22216

Tints of Fire Brick #C22216

RGB

 RED value IS 194 (76.17% from 255) = 77.6%

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

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

R = 77.6%
G = 13.6%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C22216 (or 0xC22216) is known color: Fire Brick. HEX triplet: C2, 22 and 16. RGB value is (194,34,22). Sum of RGB (Red+Green+Blue) = 194+34+22=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C22216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22216 is #3DDDE9. Grayscale: #505050. Windows color (decimal): -4054506 or 1450690. OLE color: 1450690.

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

Color convert

RGB 194 34 22 -
CMYK 0 0.82 0.89 0.24
HSL 4.19º 0.8% 0.42% -
HSV(B) 4.19º 0.89% 0.76% -
XYZ 22.96 12.67 1.99 -
YUV 80.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 194 34 22 0 0.82 0.89 0.24 4.19 0.8 0.42
Hex C2 22 16 0 52 59 18 4 50 2A
Octal 302 42 26 0 122 131 30 4 120 52
Binary 11000010 100010 10110 0 1010010 1011001 11000 100 1010000 101010

Color Harmonies of #C22216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22216

Black with #C22216

Text Example


Text Example

White with #C22216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22216; }

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

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

background-color css

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

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

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

border-color css

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

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

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