Html Css Color HEX #EC0D00 Red

📋 copy color: '#EC0D00'

red 236 ◦ green 13 ◦ blue 0

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

Shades of Red #EC0D00

Tints of Red #EC0D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

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

R = 94.78%
G = 5.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC0D00 (or 0xEC0D00) is known color: Red. HEX triplet: EC, 0D and 00. RGB value is (236,13,0). Sum of RGB (Red+Green+Blue) = 236+13+0=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D00 is #13F2FF. Grayscale: #4E4E4E. Windows color (decimal): -1307392 or 3564. OLE color: 3564.

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

Color convert

RGB 236 13 0 -
CMYK 0 0.94 1 0.07
HSL 3.31º 1% 0.46% -
HSV(B) 3.31º 1% 0.93% -
XYZ 34.74 18.12 1.67 -
YUV 78.2 83.88 240.56 -
System Red Green Blue C M Y K H S L
Decimal 236 13 0 0 0.94 1 0.07 3.31 1 0.46
Hex EC D 0 0 5E 64 7 3 64 2E
Octal 354 15 0 0 136 144 7 3 144 56
Binary 11101100 1101 0 0 1011110 1100100 111 11 1100100 101110

Color Harmonies of #EC0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D00

Black with #EC0D00

Text Example


Text Example

White with #EC0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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