Html Css Color HEX #EC4518 Orange Red

📋 copy color: '#EC4518'

red 236 ◦ green 69 ◦ blue 24

#EC4518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EC4518

Tints of Orange Red #EC4518

RGB

 RED value IS 236 (92.58% from 255) = 71.73%

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 71.73%
G = 20.97%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC4518 (or 0xEC4518) is known color: Orange Red. HEX triplet: EC, 45 and 18. RGB value is (236,69,24). Sum of RGB (Red+Green+Blue) = 236+69+24=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4518 is #13BAE7. Grayscale: #727272. Windows color (decimal): -1293032 or 1590764. OLE color: 1590764.

HSL color Cylindrical-coordinate representation of color #EC4518: hue angle of 12.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC4518 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 69 24 -
CMYK 0 0.71 0.90 0.07
HSL 12.74º 0.85% 0.51% -
HSV(B) 12.74º 0.9% 0.93% -
XYZ 36.89 22.16 3.2 -
YUV 113.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 236 69 24 0 0.71 0.90 0.07 12.74 0.85 0.51
Hex EC 45 18 0 47 5A 7 D 55 33
Octal 354 105 30 0 107 132 7 15 125 63
Binary 11101100 1000101 11000 0 1000111 1011010 111 1101 1010101 110011

Color Harmonies of #EC4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4518

Black with #EC4518

Text Example


Text Example

White with #EC4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4518; }

 p { color: rgb(236,69,24); }

 H1.HeaderClassName
 {
   color: #EC4518;
 }
 .AnyTagClassName
 {
   color: #EC4518;
 }
</style>

background-color css

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

 a { background-color: rgb(236,69,24); }

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

border-color css

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

 span { border-color: rgb(236,69,24); }

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