#C22321

Color #C22321 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C22321

Tints of Fire Brick #C22321

Color information

#C22321 (or 0xC22321) is unknown color: approx Fire Brick. HEX triplet: C2, 23 and 21. RGB value is (194,35,33). Sum of RGB (Red+Green+Blue) = 194+35+33=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C22321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22321 is #3DDCDE. Grayscale: #525252. Windows color (decimal): -4054239 or 2171842. OLE color: 2171842.

HSL color Cylindrical-coordinate representation of color #C22321: hue angle of 0.75º 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 #C22321 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB1943533-
CMYK00.820.830.24
HSL0.75º70.93%44.51%-
HSV(B)0.75º82.99%76.08%-
XYZ23.1212.782.69-
YUV82.31100.18207.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.05%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=74.05%
G=13.36%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194353300.820.830.240.7570.9344.51
HexC2232105253181472d
Octal3024341012212330110755
Binary110000101000111000010101001010100111100011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22321; }

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

 H1.HeaderClassName
 {
   color: #C22321;
 }
 .AnyTagClassName
 {
   color: #C22321;
 }
</style>
background-color css

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

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

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

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

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

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