#EC4407

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

Shades of Orange Red #EC4407

Tints of Orange Red #EC4407

Color information

#EC4407 (or 0xEC4407) is unknown color: approx Orange Red. HEX triplet: EC, 44 and 07. RGB value is (236,68,7). Sum of RGB (Red+Green+Blue) = 236+68+7=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4407 is #13BBF8. Grayscale: #6F6F6F. Windows color (decimal): -1293305 or 476396. OLE color: 476396.

HSL color Cylindrical-coordinate representation of color #EC4407: hue angle of 15.98º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4407 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB236687-
CMYK00.710.970.07
HSL15.98º94.24%47.65%-
HSV(B)15.98º97.03%92.55%-
XYZ36.721.982.51-
YUV111.2869.16216.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 75.88%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=75.88%
G=21.86%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23668700.710.970.0715.9894.2447.65
HexEC447047617105e30
Octal3541047010714172013660
Binary111011001000100111010001111100001111100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4407; }

 p { color: rgb(236,68,7); }

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

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

 a { background-color: rgb(236,68,7); }

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

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

 span { border-color: rgb(236,68,7); }

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