Html Css Color HEX #EC3F09 Orange Red

📋 copy color: '#EC3F09'

red 236 ◦ green 63 ◦ blue 9

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

Shades of Orange Red #EC3F09

Tints of Orange Red #EC3F09

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 76.62%
G = 20.45%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC3F09 (or 0xEC3F09) is known color: Orange Red. HEX triplet: EC, 3F and 09. RGB value is (236,63,9). Sum of RGB (Red+Green+Blue) = 236+63+9=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F09 is #13C0F6. Grayscale: #6C6C6C. Windows color (decimal): -1294583 or 606188. OLE color: 606188.

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

Color convert

RGB 236 63 9 -
CMYK 0 0.73 0.96 0.07
HSL 14.27º 0.93% 0.48% -
HSV(B) 14.27º 0.96% 0.93% -
XYZ 36.42 21.41 2.47 -
YUV 108.57 71.81 218.89 -
System Red Green Blue C M Y K H S L
Decimal 236 63 9 0 0.73 0.96 0.07 14.27 0.93 0.48
Hex EC 3F 9 0 49 60 7 E 5D 30
Octal 354 77 11 0 111 140 7 16 135 60
Binary 11101100 111111 1001 0 1001001 1100000 111 1110 1011101 110000

Color Harmonies of #EC3F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F09

Black with #EC3F09

Text Example


Text Example

White with #EC3F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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