Html Css Color HEX #C22322 Fire Brick

📋 copy color: '#C22322'

red 194 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #C22322

Tints of Fire Brick #C22322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 73.76%
G = 13.31%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C22322 (or 0xC22322) is known color: Fire Brick. HEX triplet: C2, 23 and 22. RGB value is (194,35,34). Sum of RGB (Red+Green+Blue) = 194+35+34=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C22322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22322 is #3DDCDD. Grayscale: #525252. Windows color (decimal): -4054238 or 2237378. OLE color: 2237378.

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

Color convert

RGB 194 35 34 -
CMYK 0 0.82 0.82 0.24
HSL 0.38º 0.7% 0.45% -
HSV(B) 0.38º 0.82% 0.76% -
XYZ 23.14 12.79 2.76 -
YUV 82.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 194 35 34 0 0.82 0.82 0.24 0.38 0.7 0.45
Hex C2 23 22 0 52 52 18 0 46 2D
Octal 302 43 42 0 122 122 30 0 106 55
Binary 11000010 100011 100010 0 1010010 1010010 11000 0 1000110 101101

Color Harmonies of #C22322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22322

Black with #C22322

Text Example


Text Example

White with #C22322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22322; }

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

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

background-color css

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

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

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

border-color css

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

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

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