Html Css Color HEX #EC0908 Red

📋 copy color: '#EC0908'

red 236 ◦ green 9 ◦ blue 8

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

Shades of Red #EC0908

Tints of Red #EC0908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 93.28%
G = 3.56%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0908 (or 0xEC0908) is known color: Red. HEX triplet: EC, 09 and 08. RGB value is (236,9,8). Sum of RGB (Red+Green+Blue) = 236+9+8=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0908 is #13F6F7. Grayscale: #4C4C4C. Windows color (decimal): -1308408 or 526828. OLE color: 526828.

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

Color convert

RGB 236 9 8 -
CMYK 0 0.96 0.97 0.07
HSL 0.26º 0.93% 0.48% -
HSV(B) 0.26º 0.97% 0.93% -
XYZ 34.73 18.05 1.88 -
YUV 76.76 89.21 241.58 -
System Red Green Blue C M Y K H S L
Decimal 236 9 8 0 0.96 0.97 0.07 0.26 0.93 0.48
Hex EC 9 8 0 60 61 7 0 5D 30
Octal 354 11 10 0 140 141 7 0 135 60
Binary 11101100 1001 1000 0 1100000 1100001 111 0 1011101 110000

Color Harmonies of #EC0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0908

Black with #EC0908

Text Example


Text Example

White with #EC0908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0908; }

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

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

background-color css

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

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

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

border-color css

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

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

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