Html Css Color HEX #EC460D Orange Red

📋 copy color: '#EC460D'

red 236 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #EC460D

Tints of Orange Red #EC460D

RGB

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

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

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

R = 73.98%
G = 21.94%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC460D (or 0xEC460D) is known color: Orange Red. HEX triplet: EC, 46 and 0D. RGB value is (236,70,13). Sum of RGB (Red+Green+Blue) = 236+70+13=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC460D is #13B9F2. Grayscale: #717171. Windows color (decimal): -1292787 or 870124. OLE color: 870124.

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

Color convert

RGB 236 70 13 -
CMYK 0 0.70 0.94 0.07
HSL 15.34º 0.9% 0.49% -
HSV(B) 15.34º 0.94% 0.93% -
XYZ 36.85 22.24 2.73 -
YUV 113.14 71.5 215.63 -
System Red Green Blue C M Y K H S L
Decimal 236 70 13 0 0.70 0.94 0.07 15.34 0.9 0.49
Hex EC 46 D 0 46 5E 7 F 5A 31
Octal 354 106 15 0 106 136 7 17 132 61
Binary 11101100 1000110 1101 0 1000110 1011110 111 1111 1011010 110001

Color Harmonies of #EC460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC460D

Black with #EC460D

Text Example


Text Example

White with #EC460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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