#FF212C

Color #FF212C Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF212C

Tints of Torch Red #FF212C

Color information

#FF212C (or 0xFF212C) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 2C. RGB value is (255,33,44). Sum of RGB (Red+Green+Blue) = 255+33+44=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF212C is #00DED3. Grayscale: #646464. Windows color (decimal): -57044 or 2892287. OLE color: 2892287.

HSL color Cylindrical-coordinate representation of color #FF212C: hue angle of 357.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF212C is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB2553344-
CMYK00.870.830
HSL357.03º100%56.47%-
HSV(B)357.03º87.06%100%-
XYZ42.2422.534.51-
YUV100.6396.05238.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.81%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=76.81%
G=9.94%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255334400.870.830357.0310056.47
HexFF212C0575301656438
Octal37741540127123054514470
Binary1111111110000110110001010111101001101011001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF212C; }

 p { color: rgb(255,33,44); }

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

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

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

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

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

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

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