Html Css Color HEX #EC470C Orange Red

📋 copy color: '#EC470C'

red 236 ◦ green 71 ◦ blue 12

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

Shades of Orange Red #EC470C

Tints of Orange Red #EC470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 73.98%
G = 22.26%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC470C (or 0xEC470C) is known color: Orange Red. HEX triplet: EC, 47 and 0C. RGB value is (236,71,12). Sum of RGB (Red+Green+Blue) = 236+71+12=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC470C is #13B8F3. Grayscale: #727272. Windows color (decimal): -1292532 or 804844. OLE color: 804844.

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

Color convert

RGB 236 71 12 -
CMYK 0 0.70 0.95 0.07
HSL 15.8º 0.9% 0.49% -
HSV(B) 15.8º 0.95% 0.93% -
XYZ 36.91 22.37 2.72 -
YUV 113.61 70.66 215.3 -
System Red Green Blue C M Y K H S L
Decimal 236 71 12 0 0.70 0.95 0.07 15.8 0.9 0.49
Hex EC 47 C 0 46 5F 7 10 5A 31
Octal 354 107 14 0 106 137 7 20 132 61
Binary 11101100 1000111 1100 0 1000110 1011111 111 10000 1011010 110001

Color Harmonies of #EC470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC470C

Black with #EC470C

Text Example


Text Example

White with #EC470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC470C; }

 p { color: rgb(236,71,12); }

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

background-color css

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

 a { background-color: rgb(236,71,12); }

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

border-color css

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

 span { border-color: rgb(236,71,12); }

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