Html Css Color HEX #EC0603 Red

📋 copy color: '#EC0603'

red 236 ◦ green 6 ◦ blue 3

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

Shades of Red #EC0603

Tints of Red #EC0603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 96.33%
G = 2.45%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0603 (or 0xEC0603) is known color: Red. HEX triplet: EC, 06 and 03. RGB value is (236,6,3). Sum of RGB (Red+Green+Blue) = 236+6+3=245 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.33% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0603 is #13F9FC. Grayscale: #4A4A4A. Windows color (decimal): -1309181 or 198380. OLE color: 198380.

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

Color convert

RGB 236 6 3 -
CMYK 0 0.97 0.99 0.07
HSL 0.77º 0.97% 0.47% -
HSV(B) 0.77º 0.99% 0.93% -
XYZ 34.67 17.97 1.73 -
YUV 74.43 87.7 243.24 -
System Red Green Blue C M Y K H S L
Decimal 236 6 3 0 0.97 0.99 0.07 0.77 0.97 0.47
Hex EC 6 3 0 61 63 7 1 61 2F
Octal 354 6 3 0 141 143 7 1 141 57
Binary 11101100 110 11 0 1100001 1100011 111 1 1100001 101111

Color Harmonies of #EC0603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0603

Black with #EC0603

Text Example


Text Example

White with #EC0603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0603; }

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

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

background-color css

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

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

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

border-color css

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

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

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