Html Css Color HEX #EC3A09 Orange Red

📋 copy color: '#EC3A09'

red 236 ◦ green 58 ◦ blue 9

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

Shades of Orange Red #EC3A09

Tints of Orange Red #EC3A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

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

R = 77.89%
G = 19.14%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC3A09 (or 0xEC3A09) is known color: Orange Red. HEX triplet: EC, 3A and 09. RGB value is (236,58,9). Sum of RGB (Red+Green+Blue) = 236+58+9=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A09 is #13C5F6. Grayscale: #6A6A6A. Windows color (decimal): -1295863 or 604908. OLE color: 604908.

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

Color convert

RGB 236 58 9 -
CMYK 0 0.75 0.96 0.07
HSL 12.95º 0.93% 0.48% -
HSV(B) 12.95º 0.96% 0.93% -
XYZ 36.15 20.88 2.38 -
YUV 105.64 73.47 220.98 -
System Red Green Blue C M Y K H S L
Decimal 236 58 9 0 0.75 0.96 0.07 12.95 0.93 0.48
Hex EC 3A 9 0 4B 60 7 D 5D 30
Octal 354 72 11 0 113 140 7 15 135 60
Binary 11101100 111010 1001 0 1001011 1100000 111 1101 1011101 110000

Color Harmonies of #EC3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A09

Black with #EC3A09

Text Example


Text Example

White with #EC3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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