#F10A21

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

Shades of Torch Red #F10A21

Tints of Torch Red #F10A21

Color information

#F10A21 (or 0xF10A21) is unknown color: approx Torch Red. HEX triplet: F1, 0A and 21. RGB value is (241,10,33). Sum of RGB (Red+Green+Blue) = 241+10+33=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A21 is #0EF5DE. Grayscale: #515151. Windows color (decimal): -980447 or 2165489. OLE color: 2165489.

HSL color Cylindrical-coordinate representation of color #F10A21: hue angle of 354.03º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A21 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB2411033-
CMYK00.960.860.05
HSL354.03º92.03%49.22%-
HSV(B)354.03º95.85%94.51%-
XYZ36.6619.033.18-
YUV81.69100.53241.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 84.86%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=84.86%
G=3.52%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241103300.960.860.05354.0392.0349.22
HexF1A210605651625c31
Octal36112410140126554213461
Binary1111000110101000010110000010101101011011000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10A21; }

 p { color: rgb(241,10,33); }

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

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

 a { background-color: rgb(241,10,33); }

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

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

 span { border-color: rgb(241,10,33); }

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