Html Css Color HEX #EC3809 Orange Red

📋 copy color: '#EC3809'

red 236 ◦ green 56 ◦ blue 9

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

Shades of Orange Red #EC3809

Tints of Orange Red #EC3809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 9 (3.91% from 255) = 2.99%

R = 78.41%
G = 18.6%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC3809 (or 0xEC3809) is known color: Orange Red. HEX triplet: EC, 38 and 09. RGB value is (236,56,9). Sum of RGB (Red+Green+Blue) = 236+56+9=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3809 is #13C7F6. Grayscale: #686868. Windows color (decimal): -1296375 or 604396. OLE color: 604396.

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

Color convert

RGB 236 56 9 -
CMYK 0 0.76 0.96 0.07
HSL 12.42º 0.93% 0.48% -
HSV(B) 12.42º 0.96% 0.93% -
XYZ 36.06 20.68 2.35 -
YUV 104.46 74.13 221.82 -
System Red Green Blue C M Y K H S L
Decimal 236 56 9 0 0.76 0.96 0.07 12.42 0.93 0.48
Hex EC 38 9 0 4C 60 7 C 5D 30
Octal 354 70 11 0 114 140 7 14 135 60
Binary 11101100 111000 1001 0 1001100 1100000 111 1100 1011101 110000

Color Harmonies of #EC3809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3809

Black with #EC3809

Text Example


Text Example

White with #EC3809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3809; }

 p { color: rgb(236,56,9); }

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

background-color css

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

 a { background-color: rgb(236,56,9); }

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

border-color css

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

 span { border-color: rgb(236,56,9); }

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