Html Css Color HEX #C22217 Fire Brick

📋 copy color: '#C22217'

red 194 ◦ green 34 ◦ blue 23

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

Shades of Fire Brick #C22217

Tints of Fire Brick #C22217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 77.29%
G = 13.55%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C22217 (or 0xC22217) is known color: Fire Brick. HEX triplet: C2, 22 and 17. RGB value is (194,34,23). Sum of RGB (Red+Green+Blue) = 194+34+23=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C22217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22217 is #3DDDE8. Grayscale: #505050. Windows color (decimal): -4054505 or 1516226. OLE color: 1516226.

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

Color convert

RGB 194 34 23 -
CMYK 0 0.82 0.88 0.24
HSL 3.86º 0.79% 0.43% -
HSV(B) 3.86º 0.88% 0.76% -
XYZ 22.97 12.68 2.05 -
YUV 80.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 194 34 23 0 0.82 0.88 0.24 3.86 0.79 0.43
Hex C2 22 17 0 52 58 18 4 4F 2B
Octal 302 42 27 0 122 130 30 4 117 53
Binary 11000010 100010 10111 0 1010010 1011000 11000 100 1001111 101011

Color Harmonies of #C22217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22217

Black with #C22217

Text Example


Text Example

White with #C22217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22217; }

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

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

background-color css

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

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

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

border-color css

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

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

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