Html Css Color HEX #EC4405 Orange Red

📋 copy color: '#EC4405'

red 236 ◦ green 68 ◦ blue 5

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

Shades of Orange Red #EC4405

Tints of Orange Red #EC4405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 76.38%
G = 22.01%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4405 (or 0xEC4405) is known color: Orange Red. HEX triplet: EC, 44 and 05. RGB value is (236,68,5). Sum of RGB (Red+Green+Blue) = 236+68+5=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4405 is #13BBFA. Grayscale: #6F6F6F. Windows color (decimal): -1293307 or 345324. OLE color: 345324.

HSL color Cylindrical-coordinate representation of color #EC4405: hue angle of 16.36º degrees, saturation: 0.96, 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 #EC4405 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 5 -
CMYK 0 0.71 0.98 0.07
HSL 16.36º 0.96% 0.47% -
HSV(B) 16.36º 0.98% 0.93% -
XYZ 36.69 21.98 2.45 -
YUV 111.05 68.16 217.12 -
System Red Green Blue C M Y K H S L
Decimal 236 68 5 0 0.71 0.98 0.07 16.36 0.96 0.47
Hex EC 44 5 0 47 62 7 10 60 2F
Octal 354 104 5 0 107 142 7 20 140 57
Binary 11101100 1000100 101 0 1000111 1100010 111 10000 1100000 101111

Color Harmonies of #EC4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4405

Black with #EC4405

Text Example


Text Example

White with #EC4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4405; }

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

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

background-color css

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

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

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

border-color css

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

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

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