Html Css Color HEX #EC3E06 Orange Red

📋 copy color: '#EC3E06'

red 236 ◦ green 62 ◦ blue 6

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

Shades of Orange Red #EC3E06

Tints of Orange Red #EC3E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 77.63%
G = 20.39%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3E06 (or 0xEC3E06) is known color: Orange Red. HEX triplet: EC, 3E and 06. RGB value is (236,62,6). Sum of RGB (Red+Green+Blue) = 236+62+6=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E06 is #13C1F9. Grayscale: #6C6C6C. Windows color (decimal): -1294842 or 409324. OLE color: 409324.

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

Color convert

RGB 236 62 6 -
CMYK 0 0.74 0.97 0.07
HSL 14.61º 0.95% 0.47% -
HSV(B) 14.61º 0.97% 0.93% -
XYZ 36.35 21.29 2.37 -
YUV 107.64 70.65 219.55 -
System Red Green Blue C M Y K H S L
Decimal 236 62 6 0 0.74 0.97 0.07 14.61 0.95 0.47
Hex EC 3E 6 0 4A 61 7 F 5F 2F
Octal 354 76 6 0 112 141 7 17 137 57
Binary 11101100 111110 110 0 1001010 1100001 111 1111 1011111 101111

Color Harmonies of #EC3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E06

Black with #EC3E06

Text Example


Text Example

White with #EC3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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