Html Css Color HEX #EC4618 Orange Red

📋 copy color: '#EC4618'

red 236 ◦ green 70 ◦ blue 24

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

Shades of Orange Red #EC4618

Tints of Orange Red #EC4618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 71.52%
G = 21.21%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC4618 (or 0xEC4618) is known color: Orange Red. HEX triplet: EC, 46 and 18. RGB value is (236,70,24). Sum of RGB (Red+Green+Blue) = 236+70+24=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4618 is #13B9E7. Grayscale: #727272. Windows color (decimal): -1292776 or 1591020. OLE color: 1591020.

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

Color convert

RGB 236 70 24 -
CMYK 0 0.70 0.90 0.07
HSL 13.02º 0.85% 0.51% -
HSV(B) 13.02º 0.9% 0.93% -
XYZ 36.95 22.28 3.22 -
YUV 114.39 77 214.74 -
System Red Green Blue C M Y K H S L
Decimal 236 70 24 0 0.70 0.90 0.07 13.02 0.85 0.51
Hex EC 46 18 0 46 5A 7 D 55 33
Octal 354 106 30 0 106 132 7 15 125 63
Binary 11101100 1000110 11000 0 1000110 1011010 111 1101 1010101 110011

Color Harmonies of #EC4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4618

Black with #EC4618

Text Example


Text Example

White with #EC4618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4618; }

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

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

background-color css

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

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

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

border-color css

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

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

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