Html Css Color HEX #EC0805 Red

📋 copy color: '#EC0805'

red 236 ◦ green 8 ◦ blue 5

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

Shades of Red #EC0805

Tints of Red #EC0805

RGB

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

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

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

R = 94.78%
G = 3.21%
B = 2.01%

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

#EC0805 (or 0xEC0805) is known color: Red. HEX triplet: EC, 08 and 05. RGB value is (236,8,5). Sum of RGB (Red+Green+Blue) = 236+8+5=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0805 is #13F7FA. Grayscale: #4C4C4C. Windows color (decimal): -1308667 or 329964. OLE color: 329964.

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

Color convert

RGB 236 8 5 -
CMYK 0 0.97 0.98 0.07
HSL 0.78º 0.96% 0.47% -
HSV(B) 0.78º 0.98% 0.93% -
XYZ 34.71 18.02 1.79 -
YUV 75.83 88.04 242.24 -
System Red Green Blue C M Y K H S L
Decimal 236 8 5 0 0.97 0.98 0.07 0.78 0.96 0.47
Hex EC 8 5 0 61 62 7 1 60 2F
Octal 354 10 5 0 141 142 7 1 140 57
Binary 11101100 1000 101 0 1100001 1100010 111 1 1100000 101111

Color Harmonies of #EC0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0805

Black with #EC0805

Text Example


Text Example

White with #EC0805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0805; }

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

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

background-color css

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

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

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

border-color css

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

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

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