#F22D21

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

Shades of Red Orange #F22D21

Tints of Red Orange #F22D21

Color information

#F22D21 (or 0xF22D21) is unknown color: approx Red Orange. HEX triplet: F2, 2D and 21. RGB value is (242,45,33). Sum of RGB (Red+Green+Blue) = 242+45+33=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D21 is #0DD2DE. Grayscale: #666666. Windows color (decimal): -905951 or 2174450. OLE color: 2174450.

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

Color convert

RGB2424533-
CMYK00.810.860.05
HSL3.44º88.94%53.92%-
HSV(B)3.44º86.36%94.9%-
XYZ37.8320.863.47-
YUV102.5488.77227.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 75.62%
GREEN value IS 45 (17.97% from 255) = 14.06%
BLUE value IS 33 (13.28% from 255) = 10.31%
R=75.62%
G=14.06%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242453300.810.860.053.4488.9453.92
HexF22D2105156535936
Octal362554101211265313166
Binary11110010101101100001010100011010110101111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22D21; }

 p { color: rgb(242,45,33); }

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

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

 a { background-color: rgb(242,45,33); }

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

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

 span { border-color: rgb(242,45,33); }

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