#F32D27

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

Shades of Red Orange #F32D27

Tints of Red Orange #F32D27

Color information

#F32D27 (or 0xF32D27) is unknown color: approx Red Orange. HEX triplet: F3, 2D and 27. RGB value is (243,45,39). Sum of RGB (Red+Green+Blue) = 243+45+39=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D27 is #0CD2D8. Grayscale: #676767. Windows color (decimal): -840409 or 2567667. OLE color: 2567667.

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

Color convert

RGB2434539-
CMYK00.810.840.05
HSL1.76º89.47%55.29%-
HSV(B)1.76º83.95%95.29%-
XYZ38.2721.083.97-
YUV103.5291.6227.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 74.31%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=74.31%
G=13.76%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243453900.810.840.051.7689.4755.29
HexF32D2705154525937
Octal363554701211245213167
Binary11110011101101100111010100011010100101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32D27; }

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

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

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

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

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

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

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

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