Html Css Color HEX #EC1209 Red

📋 copy color: '#EC1209'

red 236 ◦ green 18 ◦ blue 9

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

Shades of Red #EC1209

Tints of Red #EC1209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 89.73%
G = 6.84%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC1209 (or 0xEC1209) is known color: Red. HEX triplet: EC, 12 and 09. RGB value is (236,18,9). Sum of RGB (Red+Green+Blue) = 236+18+9=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1209 is #13EDF6. Grayscale: #525252. Windows color (decimal): -1306103 or 594668. OLE color: 594668.

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

Color convert

RGB 236 18 9 -
CMYK 0 0.92 0.96 0.07
HSL 2.38º 0.93% 0.48% -
HSV(B) 2.38º 0.96% 0.93% -
XYZ 34.86 18.29 1.95 -
YUV 82.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 236 18 9 0 0.92 0.96 0.07 2.38 0.93 0.48
Hex EC 12 9 0 5C 60 7 2 5D 30
Octal 354 22 11 0 134 140 7 2 135 60
Binary 11101100 10010 1001 0 1011100 1100000 111 10 1011101 110000

Color Harmonies of #EC1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1209

Black with #EC1209

Text Example


Text Example

White with #EC1209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1209; }

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

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

background-color css

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

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

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

border-color css

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

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

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