Html Css Color HEX #EC3906 Orange Red

📋 copy color: '#EC3906'

red 236 ◦ green 57 ◦ blue 6

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

Shades of Orange Red #EC3906

Tints of Orange Red #EC3906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 78.93%
G = 19.06%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3906 (or 0xEC3906) is known color: Orange Red. HEX triplet: EC, 39 and 06. RGB value is (236,57,6). Sum of RGB (Red+Green+Blue) = 236+57+6=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3906 is #13C6F9. Grayscale: #696969. Windows color (decimal): -1296122 or 408044. OLE color: 408044.

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

Color convert

RGB 236 57 6 -
CMYK 0 0.76 0.97 0.07
HSL 13.3º 0.95% 0.47% -
HSV(B) 13.3º 0.97% 0.93% -
XYZ 36.09 20.77 2.28 -
YUV 104.71 72.3 221.65 -
System Red Green Blue C M Y K H S L
Decimal 236 57 6 0 0.76 0.97 0.07 13.3 0.95 0.47
Hex EC 39 6 0 4C 61 7 D 5F 2F
Octal 354 71 6 0 114 141 7 15 137 57
Binary 11101100 111001 110 0 1001100 1100001 111 1101 1011111 101111

Color Harmonies of #EC3906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3906

Black with #EC3906

Text Example


Text Example

White with #EC3906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3906; }

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

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

background-color css

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

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

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

border-color css

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

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

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