#F21A3D

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

Shades of Torch Red #F21A3D

Tints of Torch Red #F21A3D

Color information

#F21A3D (or 0xF21A3D) is unknown color: approx Torch Red. HEX triplet: F2, 1A and 3D. RGB value is (242,26,61). Sum of RGB (Red+Green+Blue) = 242+26+61=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21A3D is #0DE5C2. Grayscale: #5E5E5E. Windows color (decimal): -910787 or 4004594. OLE color: 4004594.

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

Color convert

RGB2422661-
CMYK00.890.750.05
HSL350.28º89.26%52.55%-
HSV(B)350.28º89.26%94.9%-
XYZ37.8319.956.27-
YUV94.57109.06233.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 73.56%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=73.56%
G=7.90%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242266100.890.750.05350.2889.2652.55
HexF21A3D0594B515e5935
Octal36232750131113553613165
Binary11110010110101111010101100110010111011010111101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21A3D; }

 p { color: rgb(242,26,61); }

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

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

 a { background-color: rgb(242,26,61); }

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

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

 span { border-color: rgb(242,26,61); }

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