Html Css Color HEX #EC1801 Scarlet

📋 copy color: '#EC1801'

red 236 ◦ green 24 ◦ blue 1

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

Shades of Scarlet #EC1801

Tints of Scarlet #EC1801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 90.42%
G = 9.2%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC1801 (or 0xEC1801) is known color: Scarlet. HEX triplet: EC, 18 and 01. RGB value is (236,24,1). Sum of RGB (Red+Green+Blue) = 236+24+1=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1801 is #13E7FE. Grayscale: #555555. Windows color (decimal): -1304575 or 71916. OLE color: 71916.

HSL color Cylindrical-coordinate representation of color #EC1801: hue angle of 5.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC1801 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 1 -
CMYK 0 0.90 1.00 0.07
HSL 5.87º 0.99% 0.46% -
HSV(B) 5.87º 1% 0.93% -
XYZ 34.92 18.49 1.76 -
YUV 84.77 80.74 235.87 -
System Red Green Blue C M Y K H S L
Decimal 236 24 1 0 0.90 1.00 0.07 5.87 0.99 0.46
Hex EC 18 1 0 5A 64 7 6 63 2E
Octal 354 30 1 0 132 144 7 6 143 56
Binary 11101100 11000 1 0 1011010 1100100 111 110 1100011 101110

Color Harmonies of #EC1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1801

Black with #EC1801

Text Example


Text Example

White with #EC1801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1801; }

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

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

background-color css

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

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

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

border-color css

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

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

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