#F51921

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

Shades of Torch Red #F51921

Tints of Torch Red #F51921

Color information

#F51921 (or 0xF51921) is unknown color: approx Torch Red. HEX triplet: F5, 19 and 21. RGB value is (245,25,33). Sum of RGB (Red+Green+Blue) = 245+25+33=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F51921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51921 is #0AE6DE. Grayscale: #5B5B5B. Windows color (decimal): -714463 or 2169333. OLE color: 2169333.

HSL color Cylindrical-coordinate representation of color #F51921: hue angle of 357.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51921 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB2452533-
CMYK00.900.870.04
HSL357.82º91.67%52.94%-
HSV(B)357.82º89.8%96.08%-
XYZ38.2820.223.32-
YUV91.6994.89237.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 80.86%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=80.86%
G=8.25%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245253300.900.870.04357.8291.6752.94
HexF5192105A5741665c35
Octal36531410132127454613465
Binary11110101110011000010101101010101111001011001101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51921; }

 p { color: rgb(245,25,33); }

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

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

 a { background-color: rgb(245,25,33); }

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

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

 span { border-color: rgb(245,25,33); }

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