Html Css Color HEX #EC201B Scarlet

📋 copy color: '#EC201B'

red 236 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #EC201B

Tints of Scarlet #EC201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 80%
G = 10.85%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC201B (or 0xEC201B) is known color: Scarlet. HEX triplet: EC, 20 and 1B. RGB value is (236,32,27). Sum of RGB (Red+Green+Blue) = 236+32+27=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC201B is #13DFE4. Grayscale: #5C5C5C. Windows color (decimal): -1302501 or 1777900. OLE color: 1777900.

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

Color convert

RGB 236 32 27 -
CMYK 0 0.86 0.89 0.07
HSL 1.44º 0.85% 0.52% -
HSV(B) 1.44º 0.89% 0.93% -
XYZ 35.31 18.95 2.83 -
YUV 92.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 236 32 27 0 0.86 0.89 0.07 1.44 0.85 0.52
Hex EC 20 1B 0 56 59 7 1 55 34
Octal 354 40 33 0 126 131 7 1 125 64
Binary 11101100 100000 11011 0 1010110 1011001 111 1 1010101 110100

Color Harmonies of #EC201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC201B

Black with #EC201B

Text Example


Text Example

White with #EC201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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