Html Css Color HEX #EC4004 Orange Red

📋 copy color: '#EC4004'

red 236 ◦ green 64 ◦ blue 4

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

Shades of Orange Red #EC4004

Tints of Orange Red #EC4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 77.63%
G = 21.05%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4004 (or 0xEC4004) is known color: Orange Red. HEX triplet: EC, 40 and 04. RGB value is (236,64,4). Sum of RGB (Red+Green+Blue) = 236+64+4=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4004 is #13BFFB. Grayscale: #6D6D6D. Windows color (decimal): -1294332 or 278764. OLE color: 278764.

HSL color Cylindrical-coordinate representation of color #EC4004: hue angle of 15.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC4004 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 4 -
CMYK 0 0.73 0.98 0.07
HSL 15.52º 0.97% 0.47% -
HSV(B) 15.52º 0.98% 0.93% -
XYZ 36.45 21.51 2.35 -
YUV 108.59 68.98 218.88 -
System Red Green Blue C M Y K H S L
Decimal 236 64 4 0 0.73 0.98 0.07 15.52 0.97 0.47
Hex EC 40 4 0 49 62 7 10 61 2F
Octal 354 100 4 0 111 142 7 20 141 57
Binary 11101100 1000000 100 0 1001001 1100010 111 10000 1100001 101111

Color Harmonies of #EC4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4004

Black with #EC4004

Text Example


Text Example

White with #EC4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4004; }

 p { color: rgb(236,64,4); }

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

background-color css

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

 a { background-color: rgb(236,64,4); }

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

border-color css

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

 span { border-color: rgb(236,64,4); }

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