#C32121

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

Shades of Fire Brick #C32121

Tints of Fire Brick #C32121

Color information

#C32121 (or 0xC32121) is unknown color: approx Fire Brick. HEX triplet: C3, 21 and 21. RGB value is (195,33,33). Sum of RGB (Red+Green+Blue) = 195+33+33=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C32121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32121 is #3CDEDE. Grayscale: #515151. Windows color (decimal): -3989215 or 2171331. OLE color: 2171331.

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

Color convert

RGB1953333-
CMYK00.830.830.24
HSL71.05%44.71%-
HSV(B)83.08%76.47%-
XYZ23.3212.82.68-
YUV81.44100.67209-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 74.71%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=74.71%
G=12.64%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195333300.830.830.24071.0544.71
HexC3212105353180472d
Octal3034141012312330010755
Binary110000111000011000010101001110100111100001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32121; }

 p { color: rgb(195,33,33); }

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

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

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

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

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

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

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