#F21B41

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

Shades of Torch Red #F21B41

Tints of Torch Red #F21B41

Color information

#F21B41 (or 0xF21B41) is unknown color: approx Torch Red. HEX triplet: F2, 1B and 41. RGB value is (242,27,65). Sum of RGB (Red+Green+Blue) = 242+27+65=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21B41 is #0DE4BE. Grayscale: #5F5F5F. Windows color (decimal): -910527 or 4266994. OLE color: 4266994.

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

Color convert

RGB2422765-
CMYK00.890.730.05
HSL349.4º89.21%52.75%-
HSV(B)349.4º88.84%94.9%-
XYZ37.9620.046.87-
YUV95.62110.73232.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 72.46%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=72.46%
G=8.08%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242276500.890.730.05349.489.2152.75
HexF21B4105949515d5935
Octal362331010131111553513165
Binary111100101101110000010101100110010011011010111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21B41; }

 p { color: rgb(242,27,65); }

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

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

 a { background-color: rgb(242,27,65); }

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

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

 span { border-color: rgb(242,27,65); }

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