#F21633

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

Shades of Torch Red #F21633

Tints of Torch Red #F21633

Color information

#F21633 (or 0xF21633) is unknown color: approx Torch Red. HEX triplet: F2, 16 and 33. RGB value is (242,22,51). Sum of RGB (Red+Green+Blue) = 242+22+51=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21633 is #0DE9CC. Grayscale: #5B5B5B. Windows color (decimal): -911821 or 3348210. OLE color: 3348210.

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

Color convert

RGB2422251-
CMYK00.910.790.05
HSL352.09º89.43%51.76%-
HSV(B)352.09º90.91%94.9%-
XYZ37.519.694.96-
YUV91.09105.39235.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 76.83%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=76.83%
G=6.98%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242225100.910.790.05352.0989.4351.76
HexF2163305B4F51605934
Octal36226630133117554013164
Binary11110010101101100110101101110011111011011000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21633; }

 p { color: rgb(242,22,51); }

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

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

 a { background-color: rgb(242,22,51); }

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

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

 span { border-color: rgb(242,22,51); }

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