Html Css Color HEX #EC3209 Scarlet

📋 copy color: '#EC3209'

red 236 ◦ green 50 ◦ blue 9

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

Shades of Scarlet #EC3209

Tints of Scarlet #EC3209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

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

R = 80%
G = 16.95%
B = 3.05%

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

#EC3209 (or 0xEC3209) is known color: Scarlet. HEX triplet: EC, 32 and 09. RGB value is (236,50,9). Sum of RGB (Red+Green+Blue) = 236+50+9=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3209 is #13CDF6. Grayscale: #656565. Windows color (decimal): -1297911 or 602860. OLE color: 602860.

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

Color convert

RGB 236 50 9 -
CMYK 0 0.79 0.96 0.07
HSL 10.84º 0.93% 0.48% -
HSV(B) 10.84º 0.96% 0.93% -
XYZ 35.78 20.13 2.26 -
YUV 100.94 76.12 224.33 -
System Red Green Blue C M Y K H S L
Decimal 236 50 9 0 0.79 0.96 0.07 10.84 0.93 0.48
Hex EC 32 9 0 4F 60 7 B 5D 30
Octal 354 62 11 0 117 140 7 13 135 60
Binary 11101100 110010 1001 0 1001111 1100000 111 1011 1011101 110000

Color Harmonies of #EC3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3209

Black with #EC3209

Text Example


Text Example

White with #EC3209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3209; }

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

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

background-color css

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

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

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

border-color css

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

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

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