Html Css Color HEX #EC3C09 Orange Red

📋 copy color: '#EC3C09'

red 236 ◦ green 60 ◦ blue 9

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

Shades of Orange Red #EC3C09

Tints of Orange Red #EC3C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 77.38%
G = 19.67%
B = 2.95%

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

#EC3C09 (or 0xEC3C09) is known color: Orange Red. HEX triplet: EC, 3C and 09. RGB value is (236,60,9). Sum of RGB (Red+Green+Blue) = 236+60+9=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3C09 is #13C3F6. Grayscale: #6B6B6B. Windows color (decimal): -1295351 or 605420. OLE color: 605420.

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

Color convert

RGB 236 60 9 -
CMYK 0 0.75 0.96 0.07
HSL 13.48º 0.93% 0.48% -
HSV(B) 13.48º 0.96% 0.93% -
XYZ 36.26 21.08 2.42 -
YUV 106.81 72.81 220.15 -
System Red Green Blue C M Y K H S L
Decimal 236 60 9 0 0.75 0.96 0.07 13.48 0.93 0.48
Hex EC 3C 9 0 4B 60 7 D 5D 30
Octal 354 74 11 0 113 140 7 15 135 60
Binary 11101100 111100 1001 0 1001011 1100000 111 1101 1011101 110000

Color Harmonies of #EC3C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C09

Black with #EC3C09

Text Example


Text Example

White with #EC3C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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