Html Css Color HEX #EC211D Scarlet

📋 copy color: '#EC211D'

red 236 ◦ green 33 ◦ blue 29

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

Shades of Scarlet #EC211D

Tints of Scarlet #EC211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 79.19%
G = 11.07%
B = 9.73%

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

#EC211D (or 0xEC211D) is known color: Scarlet. HEX triplet: EC, 21 and 1D. RGB value is (236,33,29). Sum of RGB (Red+Green+Blue) = 236+33+29=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC211D is #13DEE2. Grayscale: #5D5D5D. Windows color (decimal): -1302243 or 1909228. OLE color: 1909228.

HSL color Cylindrical-coordinate representation of color #EC211D: hue angle of 1.16º degrees, saturation: 0.84, 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 #EC211D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 33 29 -
CMYK 0 0.86 0.88 0.07
HSL 1.16º 0.84% 0.52% -
HSV(B) 1.16º 0.88% 0.93% -
XYZ 35.36 19.01 2.97 -
YUV 93.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 236 33 29 0 0.86 0.88 0.07 1.16 0.84 0.52
Hex EC 21 1D 0 56 58 7 1 54 34
Octal 354 41 35 0 126 130 7 1 124 64
Binary 11101100 100001 11101 0 1010110 1011000 111 1 1010100 110100

Color Harmonies of #EC211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC211D

Black with #EC211D

Text Example


Text Example

White with #EC211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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