Html Css Color HEX #EC0A06 Red

📋 copy color: '#EC0A06'

red 236 ◦ green 10 ◦ blue 6

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

Shades of Red #EC0A06

Tints of Red #EC0A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

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

R = 93.65%
G = 3.97%
B = 2.38%

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

#EC0A06 (or 0xEC0A06) is known color: Red. HEX triplet: EC, 0A and 06. RGB value is (236,10,6). Sum of RGB (Red+Green+Blue) = 236+10+6=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0A06 is #13F5F9. Grayscale: #4D4D4D. Windows color (decimal): -1308154 or 396012. OLE color: 396012.

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

Color convert

RGB 236 10 6 -
CMYK 0 0.96 0.97 0.07
HSL 1.04º 0.95% 0.47% -
HSV(B) 1.04º 0.97% 0.93% -
XYZ 34.73 18.06 1.83 -
YUV 77.12 87.87 241.33 -
System Red Green Blue C M Y K H S L
Decimal 236 10 6 0 0.96 0.97 0.07 1.04 0.95 0.47
Hex EC A 6 0 60 61 7 1 5F 2F
Octal 354 12 6 0 140 141 7 1 137 57
Binary 11101100 1010 110 0 1100000 1100001 111 1 1011111 101111

Color Harmonies of #EC0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A06

Black with #EC0A06

Text Example


Text Example

White with #EC0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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