Html Css Color HEX #EC4818 Orange Red

📋 copy color: '#EC4818'

red 236 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #EC4818

Tints of Orange Red #EC4818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 71.08%
G = 21.69%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC4818 (or 0xEC4818) is known color: Orange Red. HEX triplet: EC, 48 and 18. RGB value is (236,72,24). Sum of RGB (Red+Green+Blue) = 236+72+24=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4818 is #13B7E7. Grayscale: #737373. Windows color (decimal): -1292264 or 1591532. OLE color: 1591532.

HSL color Cylindrical-coordinate representation of color #EC4818: hue angle of 13.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC4818 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 24 -
CMYK 0 0.69 0.90 0.07
HSL 13.58º 0.85% 0.51% -
HSV(B) 13.58º 0.9% 0.93% -
XYZ 37.07 22.53 3.26 -
YUV 115.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 236 72 24 0 0.69 0.90 0.07 13.58 0.85 0.51
Hex EC 48 18 0 45 5A 7 E 55 33
Octal 354 110 30 0 105 132 7 16 125 63
Binary 11101100 1001000 11000 0 1000101 1011010 111 1110 1010101 110011

Color Harmonies of #EC4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4818

Black with #EC4818

Text Example


Text Example

White with #EC4818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4818; }

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

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

background-color css

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

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

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

border-color css

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

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

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