Html Css Color HEX #EC3908 Orange Red

📋 copy color: '#EC3908'

red 236 ◦ green 57 ◦ blue 8

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

Shades of Orange Red #EC3908

Tints of Orange Red #EC3908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 78.41%
G = 18.94%
B = 2.66%

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

#EC3908 (or 0xEC3908) is known color: Orange Red. HEX triplet: EC, 39 and 08. RGB value is (236,57,8). Sum of RGB (Red+Green+Blue) = 236+57+8=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3908 is #13C6F7. Grayscale: #696969. Windows color (decimal): -1296120 or 539116. OLE color: 539116.

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

Color convert

RGB 236 57 8 -
CMYK 0 0.76 0.97 0.07
HSL 12.89º 0.93% 0.48% -
HSV(B) 12.89º 0.97% 0.93% -
XYZ 36.1 20.78 2.34 -
YUV 104.94 73.3 221.48 -
System Red Green Blue C M Y K H S L
Decimal 236 57 8 0 0.76 0.97 0.07 12.89 0.93 0.48
Hex EC 39 8 0 4C 61 7 D 5D 30
Octal 354 71 10 0 114 141 7 15 135 60
Binary 11101100 111001 1000 0 1001100 1100001 111 1101 1011101 110000

Color Harmonies of #EC3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3908

Black with #EC3908

Text Example


Text Example

White with #EC3908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3908; }

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

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

background-color css

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

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

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

border-color css

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

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

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