Html Css Color HEX #EC0605 Red

📋 copy color: '#EC0605'

red 236 ◦ green 6 ◦ blue 5

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

Shades of Red #EC0605

Tints of Red #EC0605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 95.55%
G = 2.43%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0605 (or 0xEC0605) is known color: Red. HEX triplet: EC, 06 and 05. RGB value is (236,6,5). Sum of RGB (Red+Green+Blue) = 236+6+5=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0605 is #13F9FA. Grayscale: #4A4A4A. Windows color (decimal): -1309179 or 329452. OLE color: 329452.

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

Color convert

RGB 236 6 5 -
CMYK 0 0.97 0.98 0.07
HSL 0.26º 0.96% 0.47% -
HSV(B) 0.26º 0.98% 0.93% -
XYZ 34.68 17.97 1.78 -
YUV 74.66 88.7 243.08 -
System Red Green Blue C M Y K H S L
Decimal 236 6 5 0 0.97 0.98 0.07 0.26 0.96 0.47
Hex EC 6 5 0 61 62 7 0 60 2F
Octal 354 6 5 0 141 142 7 0 140 57
Binary 11101100 110 101 0 1100001 1100010 111 0 1100000 101111

Color Harmonies of #EC0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0605

Black with #EC0605

Text Example


Text Example

White with #EC0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0605; }

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

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

background-color css

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

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

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

border-color css

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

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

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