Html Css Color HEX #EC3E00 Orange Red

📋 copy color: '#EC3E00'

red 236 ◦ green 62 ◦ blue 0

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

Shades of Orange Red #EC3E00

Tints of Orange Red #EC3E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.19%
G = 20.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC3E00 (or 0xEC3E00) is known color: Orange Red. HEX triplet: EC, 3E and 00. RGB value is (236,62,0). Sum of RGB (Red+Green+Blue) = 236+62+0=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E00 is #13C1FF. Grayscale: #6B6B6B. Windows color (decimal): -1294848 or 16108. OLE color: 16108.

HSL color Cylindrical-coordinate representation of color #EC3E00: hue angle of 15.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 62 0 -
CMYK 0 0.74 1 0.07
HSL 15.76º 1% 0.46% -
HSV(B) 15.76º 1% 0.93% -
XYZ 36.31 21.28 2.19 -
YUV 106.96 67.65 220.04 -
System Red Green Blue C M Y K H S L
Decimal 236 62 0 0 0.74 1 0.07 15.76 1 0.46
Hex EC 3E 0 0 4A 64 7 10 64 2E
Octal 354 76 0 0 112 144 7 20 144 56
Binary 11101100 111110 0 0 1001010 1100100 111 10000 1100100 101110

Color Harmonies of #EC3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E00

Black with #EC3E00

Text Example


Text Example

White with #EC3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E00; }

 p { color: rgb(236,62,0); }

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

background-color css

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

 a { background-color: rgb(236,62,0); }

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

border-color css

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

 span { border-color: rgb(236,62,0); }

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