#FD212C

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

Shades of Torch Red #FD212C

Tints of Torch Red #FD212C

Color information

#FD212C (or 0xFD212C) is unknown color: approx Torch Red. HEX triplet: FD, 21 and 2C. RGB value is (253,33,44). Sum of RGB (Red+Green+Blue) = 253+33+44=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD212C is #02DED3. Grayscale: #646464. Windows color (decimal): -188116 or 2892285. OLE color: 2892285.

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

Color convert

RGB2533344-
CMYK00.870.830.01
HSL357º98.21%56.08%-
HSV(B)357º86.96%99.22%-
XYZ41.5122.154.47-
YUV100.0396.39237.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 76.67%
GREEN value IS 33 (13.28% from 255) = 10%
BLUE value IS 44 (17.58% from 255) = 13.33%
R=76.67%
G=10%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253334400.870.830.0135798.2156.08
HexFD212C0575311656238
Octal37541540127123154514270
Binary1111110110000110110001010111101001111011001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD212C; }

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

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

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

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

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

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

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

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