Html Css Color HEX #EC1601 Scarlet

📋 copy color: '#EC1601'

red 236 ◦ green 22 ◦ blue 1

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

Shades of Scarlet #EC1601

Tints of Scarlet #EC1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 91.12%
G = 8.49%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC1601 (or 0xEC1601) is known color: Scarlet. HEX triplet: EC, 16 and 01. RGB value is (236,22,1). Sum of RGB (Red+Green+Blue) = 236+22+1=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1601 is #13E9FE. Grayscale: #535353. Windows color (decimal): -1305087 or 71404. OLE color: 71404.

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

Color convert

RGB 236 22 1 -
CMYK 0 0.91 1.00 0.07
HSL 5.36º 0.99% 0.46% -
HSV(B) 5.36º 1% 0.93% -
XYZ 34.88 18.41 1.74 -
YUV 83.59 81.4 236.71 -
System Red Green Blue C M Y K H S L
Decimal 236 22 1 0 0.91 1.00 0.07 5.36 0.99 0.46
Hex EC 16 1 0 5B 64 7 5 63 2E
Octal 354 26 1 0 133 144 7 5 143 56
Binary 11101100 10110 1 0 1011011 1100100 111 101 1100011 101110

Color Harmonies of #EC1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1601

Black with #EC1601

Text Example


Text Example

White with #EC1601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1601; }

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

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

background-color css

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

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

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

border-color css

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

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

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