Html Css Color HEX #EC2109 Scarlet

📋 copy color: '#EC2109'

red 236 ◦ green 33 ◦ blue 9

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

Shades of Scarlet #EC2109

Tints of Scarlet #EC2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 84.89%
G = 11.87%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC2109 (or 0xEC2109) is known color: Scarlet. HEX triplet: EC, 21 and 09. RGB value is (236,33,9). Sum of RGB (Red+Green+Blue) = 236+33+9=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2109 is #13DEF6. Grayscale: #5B5B5B. Windows color (decimal): -1302263 or 598508. OLE color: 598508.

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

Color convert

RGB 236 33 9 -
CMYK 0 0.86 0.96 0.07
HSL 6.34º 0.93% 0.48% -
HSV(B) 6.34º 0.96% 0.93% -
XYZ 35.19 18.94 2.06 -
YUV 90.96 81.75 231.45 -
System Red Green Blue C M Y K H S L
Decimal 236 33 9 0 0.86 0.96 0.07 6.34 0.93 0.48
Hex EC 21 9 0 56 60 7 6 5D 30
Octal 354 41 11 0 126 140 7 6 135 60
Binary 11101100 100001 1001 0 1010110 1100000 111 110 1011101 110000

Color Harmonies of #EC2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2109

Black with #EC2109

Text Example


Text Example

White with #EC2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2109; }

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

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

background-color css

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

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

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

border-color css

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

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

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