#ff452b

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

Shades of Red Orange #FF452B

Tints of Red Orange #FF452B

Color information

#FF452B (or 0xFF452B) is unknown color: approx Red Orange. HEX triplet: FF, 45 and 2B. RGB value is (255,69,43). Sum of RGB (Red+Green+Blue) = 255+69+43=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF452B is #00BAD4. Grayscale: #797979. Windows color (decimal): -47829 or 2835967. OLE color: 2835967.

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

Color convert

RGB2556943-
CMYK00.730.830
HSL7.36º100%58.43%-
HSV(B)7.36º83.14%100%-
XYZ43.825.694.94-
YUV121.6583.62223.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.48%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=69.48%
G=18.80%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255694300.730.8307.3610058.43
HexFF452B0495307643a
Octal3771055301111230714472
Binary11111111100010110101101001001101001101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff452b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff452b; }

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

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

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

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

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

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

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

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