Html Css Color HEX #EC0803 Red

📋 copy color: '#EC0803'

red 236 ◦ green 8 ◦ blue 3

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

Shades of Red #EC0803

Tints of Red #EC0803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 95.55%
G = 3.24%
B = 1.21%

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

#EC0803 (or 0xEC0803) is known color: Red. HEX triplet: EC, 08 and 03. RGB value is (236,8,3). Sum of RGB (Red+Green+Blue) = 236+8+3=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0803 is #13F7FC. Grayscale: #4B4B4B. Windows color (decimal): -1308669 or 198892. OLE color: 198892.

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

Color convert

RGB 236 8 3 -
CMYK 0 0.97 0.99 0.07
HSL 1.29º 0.97% 0.47% -
HSV(B) 1.29º 0.99% 0.93% -
XYZ 34.7 18.01 1.73 -
YUV 75.6 87.04 242.41 -
System Red Green Blue C M Y K H S L
Decimal 236 8 3 0 0.97 0.99 0.07 1.29 0.97 0.47
Hex EC 8 3 0 61 63 7 1 61 2F
Octal 354 10 3 0 141 143 7 1 141 57
Binary 11101100 1000 11 0 1100001 1100011 111 1 1100001 101111

Color Harmonies of #EC0803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0803

Black with #EC0803

Text Example


Text Example

White with #EC0803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0803; }

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

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

background-color css

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

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

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

border-color css

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

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

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