Html Css Color HEX #EC0606 Red

📋 copy color: '#EC0606'

red 236 ◦ green 6 ◦ blue 6

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

Shades of Red #EC0606

Tints of Red #EC0606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 95.16%
G = 2.42%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0606 (or 0xEC0606) is known color: Red. HEX triplet: EC, 06 and 06. RGB value is (236,6,6). Sum of RGB (Red+Green+Blue) = 236+6+6=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0606 is #13F9F9. Grayscale: #4B4B4B. Windows color (decimal): -1309178 or 394988. OLE color: 394988.

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

Color convert

RGB 236 6 6 -
CMYK 0 0.97 0.97 0.07
HSL 0.95% 0.47% -
HSV(B) 0.97% 0.93% -
XYZ 34.69 17.98 1.81 -
YUV 74.77 89.2 243 -
System Red Green Blue C M Y K H S L
Decimal 236 6 6 0 0.97 0.97 0.07 0 0.95 0.47
Hex EC 6 6 0 61 61 7 0 5F 2F
Octal 354 6 6 0 141 141 7 0 137 57
Binary 11101100 110 110 0 1100001 1100001 111 0 1011111 101111

Color Harmonies of #EC0606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0606

Black with #EC0606

Text Example


Text Example

White with #EC0606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0606; }

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

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

background-color css

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

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

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

border-color css

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

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

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