Html Css Color HEX #EC1909 Scarlet

📋 copy color: '#EC1909'

red 236 ◦ green 25 ◦ blue 9

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

Shades of Scarlet #EC1909

Tints of Scarlet #EC1909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 87.41%
G = 9.26%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC1909 (or 0xEC1909) is known color: Scarlet. HEX triplet: EC, 19 and 09. RGB value is (236,25,9). Sum of RGB (Red+Green+Blue) = 236+25+9=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1909 is #13E6F6. Grayscale: #565656. Windows color (decimal): -1304311 or 596460. OLE color: 596460.

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

Color convert

RGB 236 25 9 -
CMYK 0 0.89 0.96 0.07
HSL 4.23º 0.93% 0.48% -
HSV(B) 4.23º 0.96% 0.93% -
XYZ 34.99 18.55 1.99 -
YUV 86.27 84.4 234.8 -
System Red Green Blue C M Y K H S L
Decimal 236 25 9 0 0.89 0.96 0.07 4.23 0.93 0.48
Hex EC 19 9 0 59 60 7 4 5D 30
Octal 354 31 11 0 131 140 7 4 135 60
Binary 11101100 11001 1001 0 1011001 1100000 111 100 1011101 110000

Color Harmonies of #EC1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1909

Black with #EC1909

Text Example


Text Example

White with #EC1909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1909; }

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

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

background-color css

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

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

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

border-color css

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

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

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