#e9430f

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

Shades of Orange Red #E9430F

Tints of Orange Red #E9430F

Color information

#E9430F (or 0xE9430F) is unknown color: approx Orange Red. HEX triplet: E9, 43 and 0F. RGB value is (233,67,15). Sum of RGB (Red+Green+Blue) = 233+67+15=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9430F is #16BCF0. Grayscale: #6F6F6F. Windows color (decimal): -1490161 or 1000425. OLE color: 1000425.

HSL color Cylindrical-coordinate representation of color #E9430F: hue angle of 14.31º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9430F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2336715-
CMYK00.710.940.09
HSL14.31º87.9%48.63%-
HSV(B)14.31º93.56%91.37%-
XYZ35.721.372.7-
YUV110.7174215.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.97%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 15 (6.25% from 255) = 4.76%
R=73.97%
G=21.27%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233671500.710.940.0914.3187.948.63
HexE943F0475E9e5831
Octal351103170107136111613061
Binary1110100110000111111010001111011110100111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9430f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9430f; }

 p { color: rgb(233,67,15); }

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

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

 a { background-color: rgb(233,67,15); }

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

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

 span { border-color: rgb(233,67,15); }

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