Html Css Color HEX #EC211C Scarlet

📋 copy color: '#EC211C'

red 236 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #EC211C

Tints of Scarlet #EC211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 79.46%
G = 11.11%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC211C (or 0xEC211C) is known color: Scarlet. HEX triplet: EC, 21 and 1C. RGB value is (236,33,28). Sum of RGB (Red+Green+Blue) = 236+33+28=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC211C is #13DEE3. Grayscale: #5D5D5D. Windows color (decimal): -1302244 or 1843692. OLE color: 1843692.

HSL color Cylindrical-coordinate representation of color #EC211C: 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.88%. Process color model (Four color, CMYK) of #EC211C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 33 28 -
CMYK 0 0.86 0.88 0.07
HSL 1.44º 0.85% 0.52% -
HSV(B) 1.44º 0.88% 0.93% -
XYZ 35.35 19 2.9 -
YUV 93.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 236 33 28 0 0.86 0.88 0.07 1.44 0.85 0.52
Hex EC 21 1C 0 56 58 7 1 55 34
Octal 354 41 34 0 126 130 7 1 125 64
Binary 11101100 100001 11100 0 1010110 1011000 111 1 1010101 110100

Color Harmonies of #EC211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC211C

Black with #EC211C

Text Example


Text Example

White with #EC211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC211C; }

 p { color: rgb(236,33,28); }

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

background-color css

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

 a { background-color: rgb(236,33,28); }

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

border-color css

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

 span { border-color: rgb(236,33,28); }

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