Html Css Color HEX #EC4815 Orange Red

📋 copy color: '#EC4815'

red 236 ◦ green 72 ◦ blue 21

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

Shades of Orange Red #EC4815

Tints of Orange Red #EC4815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 71.73%
G = 21.88%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4815 (or 0xEC4815) is known color: Orange Red. HEX triplet: EC, 48 and 15. RGB value is (236,72,21). Sum of RGB (Red+Green+Blue) = 236+72+21=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4815 is #13B7EA. Grayscale: #737373. Windows color (decimal): -1292267 or 1394924. OLE color: 1394924.

HSL color Cylindrical-coordinate representation of color #EC4815: hue angle of 14.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC4815 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 21 -
CMYK 0 0.69 0.91 0.07
HSL 14.23º 0.85% 0.5% -
HSV(B) 14.23º 0.91% 0.93% -
XYZ 37.04 22.52 3.1 -
YUV 115.22 74.83 214.15 -
System Red Green Blue C M Y K H S L
Decimal 236 72 21 0 0.69 0.91 0.07 14.23 0.85 0.5
Hex EC 48 15 0 45 5B 7 E 55 32
Octal 354 110 25 0 105 133 7 16 125 62
Binary 11101100 1001000 10101 0 1000101 1011011 111 1110 1010101 110010

Color Harmonies of #EC4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4815

Black with #EC4815

Text Example


Text Example

White with #EC4815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4815; }

 p { color: rgb(236,72,21); }

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

background-color css

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

 a { background-color: rgb(236,72,21); }

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

border-color css

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

 span { border-color: rgb(236,72,21); }

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