Html Css Color HEX #EC1906 Scarlet

📋 copy color: '#EC1906'

red 236 ◦ green 25 ◦ blue 6

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

Shades of Scarlet #EC1906

Tints of Scarlet #EC1906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.25%

R = 88.39%
G = 9.36%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1906 (or 0xEC1906) is known color: Scarlet. HEX triplet: EC, 19 and 06. RGB value is (236,25,6). Sum of RGB (Red+Green+Blue) = 236+25+6=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1906 is #13E6F9. Grayscale: #565656. Windows color (decimal): -1304314 or 399852. OLE color: 399852.

HSL color Cylindrical-coordinate representation of color #EC1906: hue angle of 4.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1906 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 6 -
CMYK 0 0.89 0.97 0.07
HSL 4.96º 0.95% 0.47% -
HSV(B) 4.96º 0.97% 0.93% -
XYZ 34.97 18.54 1.91 -
YUV 85.92 82.9 235.04 -
System Red Green Blue C M Y K H S L
Decimal 236 25 6 0 0.89 0.97 0.07 4.96 0.95 0.47
Hex EC 19 6 0 59 61 7 5 5F 2F
Octal 354 31 6 0 131 141 7 5 137 57
Binary 11101100 11001 110 0 1011001 1100001 111 101 1011111 101111

Color Harmonies of #EC1906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1906

Black with #EC1906

Text Example


Text Example

White with #EC1906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1906; }

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

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

background-color css

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

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

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

border-color css

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

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

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