Html Css Color HEX #EC0800 Red

📋 copy color: '#EC0800'

red 236 ◦ green 8 ◦ blue 0

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

Shades of Red #EC0800

Tints of Red #EC0800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.72%
G = 3.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC0800 (or 0xEC0800) is known color: Red. HEX triplet: EC, 08 and 00. RGB value is (236,8,0). Sum of RGB (Red+Green+Blue) = 236+8+0=244 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.72% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0800 is #13F7FF. Grayscale: #4B4B4B. Windows color (decimal): -1308672 or 2284. OLE color: 2284.

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

Color convert

RGB 236 8 0 -
CMYK 0 0.97 1 0.07
HSL 2.03º 1% 0.46% -
HSV(B) 2.03º 1% 0.93% -
XYZ 34.68 18.01 1.65 -
YUV 75.26 85.54 242.65 -
System Red Green Blue C M Y K H S L
Decimal 236 8 0 0 0.97 1 0.07 2.03 1 0.46
Hex EC 8 0 0 61 64 7 2 64 2E
Octal 354 10 0 0 141 144 7 2 144 56
Binary 11101100 1000 0 0 1100001 1100100 111 10 1100100 101110

Color Harmonies of #EC0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0800

Black with #EC0800

Text Example


Text Example

White with #EC0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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