Html Css Color HEX #EC4408 Orange Red

📋 copy color: '#EC4408'

red 236 ◦ green 68 ◦ blue 8

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

Shades of Orange Red #EC4408

Tints of Orange Red #EC4408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 75.64%
G = 21.79%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4408 (or 0xEC4408) is known color: Orange Red. HEX triplet: EC, 44 and 08. RGB value is (236,68,8). Sum of RGB (Red+Green+Blue) = 236+68+8=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4408 is #13BBF7. Grayscale: #6F6F6F. Windows color (decimal): -1293304 or 541932. OLE color: 541932.

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

Color convert

RGB 236 68 8 -
CMYK 0 0.71 0.97 0.07
HSL 15.79º 0.93% 0.48% -
HSV(B) 15.79º 0.97% 0.93% -
XYZ 36.7 21.98 2.54 -
YUV 111.39 69.66 216.88 -
System Red Green Blue C M Y K H S L
Decimal 236 68 8 0 0.71 0.97 0.07 15.79 0.93 0.48
Hex EC 44 8 0 47 61 7 10 5D 30
Octal 354 104 10 0 107 141 7 20 135 60
Binary 11101100 1000100 1000 0 1000111 1100001 111 10000 1011101 110000

Color Harmonies of #EC4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4408

Black with #EC4408

Text Example


Text Example

White with #EC4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4408; }

 p { color: rgb(236,68,8); }

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

background-color css

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

 a { background-color: rgb(236,68,8); }

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

border-color css

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

 span { border-color: rgb(236,68,8); }

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