#FF452F

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

Shades of Red Orange #FF452F

Tints of Red Orange #FF452F

Color information

#FF452F (or 0xFF452F) is unknown color: approx Red Orange. HEX triplet: FF, 45 and 2F. RGB value is (255,69,47). Sum of RGB (Red+Green+Blue) = 255+69+47=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF452F is #00BAD0. Grayscale: #7A7A7A. Windows color (decimal): -47825 or 3098111. OLE color: 3098111.

HSL color Cylindrical-coordinate representation of color #FF452F: hue angle of 6.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF452F is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB2556947-
CMYK00.730.820
HSL6.35º100%59.22%-
HSV(B)6.35º81.57%100%-
XYZ43.8825.725.34-
YUV122.1185.62222.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=68.73%
G=18.60%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255694700.730.8206.3510059.22
HexFF452F0495206643b
Octal3771055701111220614473
Binary11111111100010110111101001001101001001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF452F; }

 p { color: rgb(255,69,47); }

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

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

 a { background-color: rgb(255,69,47); }

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

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

 span { border-color: rgb(255,69,47); }

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