Html Css Color HEX #EC0906 Red

📋 copy color: '#EC0906'

red 236 ◦ green 9 ◦ blue 6

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

Shades of Red #EC0906

Tints of Red #EC0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 94.02%
G = 3.59%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0906 (or 0xEC0906) is known color: Red. HEX triplet: EC, 09 and 06. RGB value is (236,9,6). Sum of RGB (Red+Green+Blue) = 236+9+6=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0906 is #13F6F9. Grayscale: #4C4C4C. Windows color (decimal): -1308410 or 395756. OLE color: 395756.

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

Color convert

RGB 236 9 6 -
CMYK 0 0.96 0.97 0.07
HSL 0.78º 0.95% 0.47% -
HSV(B) 0.78º 0.97% 0.93% -
XYZ 34.72 18.04 1.82 -
YUV 76.53 88.21 241.74 -
System Red Green Blue C M Y K H S L
Decimal 236 9 6 0 0.96 0.97 0.07 0.78 0.95 0.47
Hex EC 9 6 0 60 61 7 1 5F 2F
Octal 354 11 6 0 140 141 7 1 137 57
Binary 11101100 1001 110 0 1100000 1100001 111 1 1011111 101111

Color Harmonies of #EC0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0906

Black with #EC0906

Text Example


Text Example

White with #EC0906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0906; }

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

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

background-color css

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

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

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

border-color css

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

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

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