Html Css Color HEX #EC4015 Orange Red

📋 copy color: '#EC4015'

red 236 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #EC4015

Tints of Orange Red #EC4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 73.52%
G = 19.94%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4015 (or 0xEC4015) is known color: Orange Red. HEX triplet: EC, 40 and 15. RGB value is (236,64,21). Sum of RGB (Red+Green+Blue) = 236+64+21=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4015 is #13BFEA. Grayscale: #6E6E6E. Windows color (decimal): -1294315 or 1392876. OLE color: 1392876.

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

Color convert

RGB 236 64 21 -
CMYK 0 0.73 0.91 0.07
HSL 12º 0.85% 0.5% -
HSV(B) 12º 0.91% 0.93% -
XYZ 36.56 21.55 2.94 -
YUV 110.53 77.48 217.5 -
System Red Green Blue C M Y K H S L
Decimal 236 64 21 0 0.73 0.91 0.07 12 0.85 0.5
Hex EC 40 15 0 49 5B 7 C 55 32
Octal 354 100 25 0 111 133 7 14 125 62
Binary 11101100 1000000 10101 0 1001001 1011011 111 1100 1010101 110010

Color Harmonies of #EC4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4015

Black with #EC4015

Text Example


Text Example

White with #EC4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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