Html Css Color HEX #EC4813 Orange Red

📋 copy color: '#EC4813'

red 236 ◦ green 72 ◦ blue 19

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

Shades of Orange Red #EC4813

Tints of Orange Red #EC4813

RGB

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

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

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

R = 72.17%
G = 22.02%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4813 (or 0xEC4813) is known color: Orange Red. HEX triplet: EC, 48 and 13. RGB value is (236,72,19). Sum of RGB (Red+Green+Blue) = 236+72+19=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4813 is #13B7EC. Grayscale: #737373. Windows color (decimal): -1292269 or 1263852. OLE color: 1263852.

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

Color convert

RGB 236 72 19 -
CMYK 0 0.69 0.92 0.07
HSL 14.65º 0.85% 0.5% -
HSV(B) 14.65º 0.92% 0.93% -
XYZ 37.03 22.51 3.01 -
YUV 114.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 236 72 19 0 0.69 0.92 0.07 14.65 0.85 0.5
Hex EC 48 13 0 45 5C 7 F 55 32
Octal 354 110 23 0 105 134 7 17 125 62
Binary 11101100 1001000 10011 0 1000101 1011100 111 1111 1010101 110010

Color Harmonies of #EC4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4813

Black with #EC4813

Text Example


Text Example

White with #EC4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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