Html Css Color HEX #EC3109 Scarlet

📋 copy color: '#EC3109'

red 236 ◦ green 49 ◦ blue 9

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

Shades of Scarlet #EC3109

Tints of Scarlet #EC3109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 80.27%
G = 16.67%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC3109 (or 0xEC3109) is known color: Scarlet. HEX triplet: EC, 31 and 09. RGB value is (236,49,9). Sum of RGB (Red+Green+Blue) = 236+49+9=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3109 is #13CEF6. Grayscale: #646464. Windows color (decimal): -1298167 or 602604. OLE color: 602604.

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

Color convert

RGB 236 49 9 -
CMYK 0 0.79 0.96 0.07
HSL 10.57º 0.93% 0.48% -
HSV(B) 10.57º 0.96% 0.93% -
XYZ 35.74 20.05 2.24 -
YUV 100.35 76.45 224.75 -
System Red Green Blue C M Y K H S L
Decimal 236 49 9 0 0.79 0.96 0.07 10.57 0.93 0.48
Hex EC 31 9 0 4F 60 7 B 5D 30
Octal 354 61 11 0 117 140 7 13 135 60
Binary 11101100 110001 1001 0 1001111 1100000 111 1011 1011101 110000

Color Harmonies of #EC3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3109

Black with #EC3109

Text Example


Text Example

White with #EC3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3109; }

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

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

background-color css

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

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

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

border-color css

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

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

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