#F01121

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

Shades of Torch Red #F01121

Tints of Torch Red #F01121

Color information

#F01121 (or 0xF01121) is unknown color: approx Torch Red. HEX triplet: F0, 11 and 21. RGB value is (240,17,33). Sum of RGB (Red+Green+Blue) = 240+17+33=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F01121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01121 is #0FEEDE. Grayscale: #555555. Windows color (decimal): -1044191 or 2167280. OLE color: 2167280.

HSL color Cylindrical-coordinate representation of color #F01121: hue angle of 355.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01121 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB2401733-
CMYK00.930.860.06
HSL355.7º88.14%50.39%-
HSV(B)355.7º92.92%94.12%-
XYZ36.4119.043.19-
YUV85.598.38238.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 82.76%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=82.76%
G=5.86%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240173300.930.860.06355.788.1450.39
HexF0112105D5661645832
Octal36021410135126654413062
Binary11110000100011000010101110110101101101011001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01121; }

 p { color: rgb(240,17,33); }

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

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

 a { background-color: rgb(240,17,33); }

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

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

 span { border-color: rgb(240,17,33); }

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