Html Css Color HEX #EC1B01 Scarlet

📋 copy color: '#EC1B01'

red 236 ◦ green 27 ◦ blue 1

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

Shades of Scarlet #EC1B01

Tints of Scarlet #EC1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.23%

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

R = 89.39%
G = 10.23%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC1B01 (or 0xEC1B01) is known color: Scarlet. HEX triplet: EC, 1B and 01. RGB value is (236,27,1). Sum of RGB (Red+Green+Blue) = 236+27+1=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1B01 is #13E4FE. Grayscale: #565656. Windows color (decimal): -1303807 or 72684. OLE color: 72684.

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

Color convert

RGB 236 27 1 -
CMYK 0 0.89 1.00 0.07
HSL 6.64º 0.99% 0.46% -
HSV(B) 6.64º 1% 0.93% -
XYZ 34.99 18.62 1.78 -
YUV 86.53 79.74 234.61 -
System Red Green Blue C M Y K H S L
Decimal 236 27 1 0 0.89 1.00 0.07 6.64 0.99 0.46
Hex EC 1B 1 0 59 64 7 7 63 2E
Octal 354 33 1 0 131 144 7 7 143 56
Binary 11101100 11011 1 0 1011001 1100100 111 111 1100011 101110

Color Harmonies of #EC1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B01

Black with #EC1B01

Text Example


Text Example

White with #EC1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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