#F21319

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

Shades of Torch Red #F21319

Tints of Torch Red #F21319

Color information

#F21319 (or 0xF21319) is unknown color: approx Torch Red. HEX triplet: F2, 13 and 19. RGB value is (242,19,25). Sum of RGB (Red+Green+Blue) = 242+19+25=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F21319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21319 is #0DECE6. Grayscale: #565656. Windows color (decimal): -912615 or 1643506. OLE color: 1643506.

HSL color Cylindrical-coordinate representation of color #F21319: hue angle of 358.39º 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 #F21319 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB2421925-
CMYK00.920.900.05
HSL358.39º89.56%51.18%-
HSV(B)358.39º92.15%94.9%-
XYZ37.0319.412.72-
YUV86.3693.38239.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 84.62%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 25 (10.16% from 255) = 8.74%
R=84.62%
G=6.64%
B=8.74%

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
Decimal242192500.920.900.05358.3989.5651.18
HexF2131905C5A51665a33
Octal36223310134132554613263
Binary1111001010011110010101110010110101011011001101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21319; }

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

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

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

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

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

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

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

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