Html Css Color HEX #EC3C0A Orange Red

📋 copy color: '#EC3C0A'

red 236 ◦ green 60 ◦ blue 10

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

Shades of Orange Red #EC3C0A

Tints of Orange Red #EC3C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 10 (4.3% from 255) = 3.27%

R = 77.12%
G = 19.61%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC3C0A (or 0xEC3C0A) is known color: Orange Red. HEX triplet: EC, 3C and 0A. RGB value is (236,60,10). Sum of RGB (Red+Green+Blue) = 236+60+10=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3C0A is #13C3F5. Grayscale: #6B6B6B. Windows color (decimal): -1295350 or 670956. OLE color: 670956.

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

Color convert

RGB 236 60 10 -
CMYK 0 0.75 0.96 0.07
HSL 13.27º 0.92% 0.48% -
HSV(B) 13.27º 0.96% 0.93% -
XYZ 36.26 21.09 2.45 -
YUV 106.92 73.31 220.07 -
System Red Green Blue C M Y K H S L
Decimal 236 60 10 0 0.75 0.96 0.07 13.27 0.92 0.48
Hex EC 3C A 0 4B 60 7 D 5C 30
Octal 354 74 12 0 113 140 7 15 134 60
Binary 11101100 111100 1010 0 1001011 1100000 111 1101 1011100 110000

Color Harmonies of #EC3C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C0A

Black with #EC3C0A

Text Example


Text Example

White with #EC3C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C0A; }

 p { color: rgb(236,60,10); }

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

background-color css

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

 a { background-color: rgb(236,60,10); }

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

border-color css

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

 span { border-color: rgb(236,60,10); }

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