Html Css Color HEX #EC400D Orange Red

📋 copy color: '#EC400D'

red 236 ◦ green 64 ◦ blue 13

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

Shades of Orange Red #EC400D

Tints of Orange Red #EC400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 75.4%
G = 20.45%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC400D (or 0xEC400D) is known color: Orange Red. HEX triplet: EC, 40 and 0D. RGB value is (236,64,13). Sum of RGB (Red+Green+Blue) = 236+64+13=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC400D is #13BFF2. Grayscale: #6D6D6D. Windows color (decimal): -1294323 or 868588. OLE color: 868588.

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

Color convert

RGB 236 64 13 -
CMYK 0 0.73 0.94 0.07
HSL 13.72º 0.9% 0.49% -
HSV(B) 13.72º 0.94% 0.93% -
XYZ 36.5 21.53 2.61 -
YUV 109.61 73.48 218.15 -
System Red Green Blue C M Y K H S L
Decimal 236 64 13 0 0.73 0.94 0.07 13.72 0.9 0.49
Hex EC 40 D 0 49 5E 7 E 5A 31
Octal 354 100 15 0 111 136 7 16 132 61
Binary 11101100 1000000 1101 0 1001001 1011110 111 1110 1011010 110001

Color Harmonies of #EC400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC400D

Black with #EC400D

Text Example


Text Example

White with #EC400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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