#FF212E

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

Shades of Torch Red #FF212E

Tints of Torch Red #FF212E

Color information

#FF212E (or 0xFF212E) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 2E. RGB value is (255,33,46). Sum of RGB (Red+Green+Blue) = 255+33+46=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF212E is #00DED1. Grayscale: #656565. Windows color (decimal): -57042 or 3023359. OLE color: 3023359.

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

Color convert

RGB2553346-
CMYK00.870.820
HSL356.49º100%56.47%-
HSV(B)356.49º87.06%100%-
XYZ42.2822.544.71-
YUV100.8697.05237.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.35%
GREEN value IS 33 (13.28% from 255) = 9.88%
BLUE value IS 46 (18.36% from 255) = 13.77%
R=76.35%
G=9.88%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255334600.870.820356.4910056.47
HexFF212E0575201646438
Octal37741560127122054414470
Binary1111111110000110111001010111101001001011001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF212E; }

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

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

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

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

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

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

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

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