#F21318

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

Shades of Torch Red #F21318

Tints of Torch Red #F21318

Color information

#F21318 (or 0xF21318) is unknown color: approx Torch Red. HEX triplet: F2, 13 and 18. RGB value is (242,19,24). Sum of RGB (Red+Green+Blue) = 242+19+24=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F21318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21318 is #0DECE7. Grayscale: #565656. Windows color (decimal): -912616 or 1577970. OLE color: 1577970.

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

Color convert

RGB2421924-
CMYK00.920.900.05
HSL358.65º89.56%51.18%-
HSV(B)358.65º92.15%94.9%-
XYZ37.0219.412.66-
YUV86.2592.88239.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 84.91%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=84.91%
G=6.67%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242192400.920.900.05358.6589.5651.18
HexF2131805C5A51675a33
Octal36223300134132554713263
Binary1111001010011110000101110010110101011011001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21318; }

 p { color: rgb(242,19,24); }

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

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

 a { background-color: rgb(242,19,24); }

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

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

 span { border-color: rgb(242,19,24); }

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