#F32D22

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

Shades of Red Orange #F32D22

Tints of Red Orange #F32D22

Color information

#F32D22 (or 0xF32D22) is unknown color: approx Red Orange. HEX triplet: F3, 2D and 22. RGB value is (243,45,34). Sum of RGB (Red+Green+Blue) = 243+45+34=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D22 is #0CD2DD. Grayscale: #676767. Windows color (decimal): -840414 or 2239987. OLE color: 2239987.

HSL color Cylindrical-coordinate representation of color #F32D22: hue angle of 3.16º degrees, saturation: 0.9, 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 #F32D22 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB2434534-
CMYK00.810.860.05
HSL3.16º89.7%54.31%-
HSV(B)3.16º86.01%95.29%-
XYZ38.1921.053.56-
YUV102.9589.1227.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.47%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=75.47%
G=13.98%
B=10.56%

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
Decimal243453400.810.860.053.1689.754.31
HexF32D2205156535a36
Octal363554201211265313266
Binary11110011101101100010010100011010110101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32D22; }

 p { color: rgb(243,45,34); }

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

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

 a { background-color: rgb(243,45,34); }

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

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

 span { border-color: rgb(243,45,34); }

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