#F21C43

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

Shades of Torch Red #F21C43

Tints of Torch Red #F21C43

Color information

#F21C43 (or 0xF21C43) is unknown color: approx Torch Red. HEX triplet: F2, 1C and 43. RGB value is (242,28,67). Sum of RGB (Red+Green+Blue) = 242+28+67=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C43 is #0DE3BC. Grayscale: #606060. Windows color (decimal): -910269 or 4398322. OLE color: 4398322.

HSL color Cylindrical-coordinate representation of color #F21C43: hue angle of 349.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C43 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2422867-
CMYK00.880.720.05
HSL349.07º89.17%52.94%-
HSV(B)349.07º88.43%94.9%-
XYZ38.0520.117.19-
YUV96.43111.4231.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.81%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 67 (26.56% from 255) = 19.88%
R=71.81%
G=8.31%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242286700.880.720.05349.0789.1752.94
HexF21C4305848515d5935
Octal362341030130110553513165
Binary111100101110010000110101100010010001011010111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21C43; }

 p { color: rgb(242,28,67); }

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

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

 a { background-color: rgb(242,28,67); }

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

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

 span { border-color: rgb(242,28,67); }

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