#FD122C

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

Shades of Torch Red #FD122C

Tints of Torch Red #FD122C

Color information

#FD122C (or 0xFD122C) is unknown color: approx Torch Red. HEX triplet: FD, 12 and 2C. RGB value is (253,18,44). Sum of RGB (Red+Green+Blue) = 253+18+44=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD122C is #02EDD3. Grayscale: #5B5B5B. Windows color (decimal): -191956 or 2888445. OLE color: 2888445.

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

Color convert

RGB2531844-
CMYK00.930.830.01
HSL353.36º98.33%53.14%-
HSV(B)353.36º92.89%99.22%-
XYZ41.1821.54.36-
YUV91.23101.36243.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 80.32%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=80.32%
G=5.71%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253184400.930.830.01353.3698.3353.14
HexFD122C05D5311616235
Octal37522540135123154114265
Binary111111011001010110001011101101001111011000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD122C; }

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

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

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

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

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

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

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

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