Html Css Color HEX #EC3900 Orange Red

📋 copy color: '#EC3900'

red 236 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #EC3900

Tints of Orange Red #EC3900

RGB

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

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

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

R = 80.55%
G = 19.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC3900 (or 0xEC3900) is known color: Orange Red. HEX triplet: EC, 39 and 00. RGB value is (236,57,0). Sum of RGB (Red+Green+Blue) = 236+57+0=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3900 is #13C6FF. Grayscale: #686868. Windows color (decimal): -1296128 or 14828. OLE color: 14828.

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

Color convert

RGB 236 57 0 -
CMYK 0 0.76 1 0.07
HSL 14.49º 1% 0.46% -
HSV(B) 14.49º 1% 0.93% -
XYZ 36.06 20.76 2.11 -
YUV 104.02 69.3 222.13 -
System Red Green Blue C M Y K H S L
Decimal 236 57 0 0 0.76 1 0.07 14.49 1 0.46
Hex EC 39 0 0 4C 64 7 E 64 2E
Octal 354 71 0 0 114 144 7 16 144 56
Binary 11101100 111001 0 0 1001100 1100100 111 1110 1100100 101110

Color Harmonies of #EC3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3900

Black with #EC3900

Text Example


Text Example

White with #EC3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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