Html Css Color HEX #EC4715 Orange Red

📋 copy color: '#EC4715'

red 236 ◦ green 71 ◦ blue 21

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

Shades of Orange Red #EC4715

Tints of Orange Red #EC4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

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

R = 71.95%
G = 21.65%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4715 (or 0xEC4715) is known color: Orange Red. HEX triplet: EC, 47 and 15. RGB value is (236,71,21). Sum of RGB (Red+Green+Blue) = 236+71+21=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4715 is #13B8EA. Grayscale: #737373. Windows color (decimal): -1292523 or 1394668. OLE color: 1394668.

HSL color Cylindrical-coordinate representation of color #EC4715: hue angle of 13.95º 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 #EC4715 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 21 -
CMYK 0 0.70 0.91 0.07
HSL 13.95º 0.85% 0.5% -
HSV(B) 13.95º 0.91% 0.93% -
XYZ 36.98 22.39 3.08 -
YUV 114.64 75.16 214.57 -
System Red Green Blue C M Y K H S L
Decimal 236 71 21 0 0.70 0.91 0.07 13.95 0.85 0.5
Hex EC 47 15 0 46 5B 7 E 55 32
Octal 354 107 25 0 106 133 7 16 125 62
Binary 11101100 1000111 10101 0 1000110 1011011 111 1110 1010101 110010

Color Harmonies of #EC4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4715

Black with #EC4715

Text Example


Text Example

White with #EC4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4715; }

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

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

background-color css

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

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

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

border-color css

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

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

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