#FD0F38

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

Shades of Torch Red #FD0F38

Tints of Torch Red #FD0F38

Color information

#FD0F38 (or 0xFD0F38) is unknown color: approx Torch Red. HEX triplet: FD, 0F and 38. RGB value is (253,15,56). Sum of RGB (Red+Green+Blue) = 253+15+56=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F38 is #02F0C7. Grayscale: #5A5A5A. Windows color (decimal): -192712 or 3674109. OLE color: 3674109.

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

Color convert

RGB2531556-
CMYK00.940.780.01
HSL349.66º98.35%52.55%-
HSV(B)349.66º94.07%99.22%-
XYZ41.3921.515.71-
YUV90.84108.35243.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 78.09%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=78.09%
G=4.63%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253155600.940.780.01349.6698.3552.55
HexFDF3805E4E115e6235
Octal37517700136116153614265
Binary11111101111111100001011110100111011010111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0F38; }

 p { color: rgb(253,15,56); }

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

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

 a { background-color: rgb(253,15,56); }

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

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

 span { border-color: rgb(253,15,56); }

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