Html Css Color HEX #EC1806 Scarlet

📋 copy color: '#EC1806'

red 236 ◦ green 24 ◦ blue 6

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

Shades of Scarlet #EC1806

Tints of Scarlet #EC1806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 88.72%
G = 9.02%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1806 (or 0xEC1806) is known color: Scarlet. HEX triplet: EC, 18 and 06. RGB value is (236,24,6). Sum of RGB (Red+Green+Blue) = 236+24+6=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1806 is #13E7F9. Grayscale: #555555. Windows color (decimal): -1304570 or 399596. OLE color: 399596.

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

Color convert

RGB 236 24 6 -
CMYK 0 0.90 0.97 0.07
HSL 4.7º 0.95% 0.47% -
HSV(B) 4.7º 0.97% 0.93% -
XYZ 34.95 18.5 1.9 -
YUV 85.34 83.24 235.46 -
System Red Green Blue C M Y K H S L
Decimal 236 24 6 0 0.90 0.97 0.07 4.7 0.95 0.47
Hex EC 18 6 0 5A 61 7 5 5F 2F
Octal 354 30 6 0 132 141 7 5 137 57
Binary 11101100 11000 110 0 1011010 1100001 111 101 1011111 101111

Color Harmonies of #EC1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1806

Black with #EC1806

Text Example


Text Example

White with #EC1806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1806; }

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

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

background-color css

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

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

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

border-color css

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

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

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