Html Css Color HEX #C22421 Fire Brick

📋 copy color: '#C22421'

red 194 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #C22421

Tints of Fire Brick #C22421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 73.76%
G = 13.69%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C22421 (or 0xC22421) is known color: Fire Brick. HEX triplet: C2, 24 and 21. RGB value is (194,36,33). Sum of RGB (Red+Green+Blue) = 194+36+33=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C22421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22421 is #3DDBDE. Grayscale: #535353. Windows color (decimal): -4053983 or 2172098. OLE color: 2172098.

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

Color convert

RGB 194 36 33 -
CMYK 0 0.81 0.83 0.24
HSL 1.12º 0.71% 0.45% -
HSV(B) 1.12º 0.83% 0.76% -
XYZ 23.15 12.84 2.7 -
YUV 82.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 194 36 33 0 0.81 0.83 0.24 1.12 0.71 0.45
Hex C2 24 21 0 51 53 18 1 47 2D
Octal 302 44 41 0 121 123 30 1 107 55
Binary 11000010 100100 100001 0 1010001 1010011 11000 1 1000111 101101

Color Harmonies of #C22421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22421

Black with #C22421

Text Example


Text Example

White with #C22421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22421; }

 p { color: rgb(194,36,33); }

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

background-color css

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

 a { background-color: rgb(194,36,33); }

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

border-color css

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

 span { border-color: rgb(194,36,33); }

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