Html Css Color HEX #EC4213 Orange Red

📋 copy color: '#EC4213'

red 236 ◦ green 66 ◦ blue 19

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

Shades of Orange Red #EC4213

Tints of Orange Red #EC4213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 73.52%
G = 20.56%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4213 (or 0xEC4213) is known color: Orange Red. HEX triplet: EC, 42 and 13. RGB value is (236,66,19). Sum of RGB (Red+Green+Blue) = 236+66+19=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4213 is #13BDEC. Grayscale: #6F6F6F. Windows color (decimal): -1293805 or 1262316. OLE color: 1262316.

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

Color convert

RGB 236 66 19 -
CMYK 0 0.72 0.92 0.07
HSL 13º 0.85% 0.5% -
HSV(B) 13º 0.92% 0.93% -
XYZ 36.66 21.78 2.89 -
YUV 111.47 75.82 216.82 -
System Red Green Blue C M Y K H S L
Decimal 236 66 19 0 0.72 0.92 0.07 13 0.85 0.5
Hex EC 42 13 0 48 5C 7 D 55 32
Octal 354 102 23 0 110 134 7 15 125 62
Binary 11101100 1000010 10011 0 1001000 1011100 111 1101 1010101 110010

Color Harmonies of #EC4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4213

Black with #EC4213

Text Example


Text Example

White with #EC4213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4213; }

 p { color: rgb(236,66,19); }

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

background-color css

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

 a { background-color: rgb(236,66,19); }

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

border-color css

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

 span { border-color: rgb(236,66,19); }

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