Html Css Color HEX #EC4415 Orange Red

📋 copy color: '#EC4415'

red 236 ◦ green 68 ◦ blue 21

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

Shades of Orange Red #EC4415

Tints of Orange Red #EC4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

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

R = 72.62%
G = 20.92%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4415 (or 0xEC4415) is known color: Orange Red. HEX triplet: EC, 44 and 15. RGB value is (236,68,21). Sum of RGB (Red+Green+Blue) = 236+68+21=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4415 is #13BBEA. Grayscale: #717171. Windows color (decimal): -1293291 or 1393900. OLE color: 1393900.

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

Color convert

RGB 236 68 21 -
CMYK 0 0.71 0.91 0.07
HSL 13.12º 0.85% 0.5% -
HSV(B) 13.12º 0.91% 0.93% -
XYZ 36.79 22.02 3.02 -
YUV 112.87 76.16 215.82 -
System Red Green Blue C M Y K H S L
Decimal 236 68 21 0 0.71 0.91 0.07 13.12 0.85 0.5
Hex EC 44 15 0 47 5B 7 D 55 32
Octal 354 104 25 0 107 133 7 15 125 62
Binary 11101100 1000100 10101 0 1000111 1011011 111 1101 1010101 110010

Color Harmonies of #EC4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4415

Black with #EC4415

Text Example


Text Example

White with #EC4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4415; }

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

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

background-color css

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

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

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

border-color css

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

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

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