Html Css Color HEX #EC1309 Scarlet

📋 copy color: '#EC1309'

red 236 ◦ green 19 ◦ blue 9

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

Shades of Scarlet #EC1309

Tints of Scarlet #EC1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 89.39%
G = 7.2%
B = 3.41%

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

#EC1309 (or 0xEC1309) is known color: Scarlet. HEX triplet: EC, 13 and 09. RGB value is (236,19,9). Sum of RGB (Red+Green+Blue) = 236+19+9=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1309 is #13ECF6. Grayscale: #525252. Windows color (decimal): -1305847 or 594924. OLE color: 594924.

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

Color convert

RGB 236 19 9 -
CMYK 0 0.92 0.96 0.07
HSL 2.64º 0.93% 0.48% -
HSV(B) 2.64º 0.96% 0.93% -
XYZ 34.87 18.32 1.96 -
YUV 82.74 86.39 237.31 -
System Red Green Blue C M Y K H S L
Decimal 236 19 9 0 0.92 0.96 0.07 2.64 0.93 0.48
Hex EC 13 9 0 5C 60 7 3 5D 30
Octal 354 23 11 0 134 140 7 3 135 60
Binary 11101100 10011 1001 0 1011100 1100000 111 11 1011101 110000

Color Harmonies of #EC1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1309

Black with #EC1309

Text Example


Text Example

White with #EC1309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1309; }

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

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

background-color css

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

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

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

border-color css

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

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

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