Html Css Color HEX #EC201D Scarlet

📋 copy color: '#EC201D'

red 236 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #EC201D

Tints of Scarlet #EC201D

RGB

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

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

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

R = 79.46%
G = 10.77%
B = 9.76%

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

#EC201D (or 0xEC201D) is known color: Scarlet. HEX triplet: EC, 20 and 1D. RGB value is (236,32,29). Sum of RGB (Red+Green+Blue) = 236+32+29=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC201D is #13DFE2. Grayscale: #5C5C5C. Windows color (decimal): -1302499 or 1908972. OLE color: 1908972.

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

Color convert

RGB 236 32 29 -
CMYK 0 0.86 0.88 0.07
HSL 0.87º 0.84% 0.52% -
HSV(B) 0.87º 0.88% 0.93% -
XYZ 35.33 18.95 2.96 -
YUV 92.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 236 32 29 0 0.86 0.88 0.07 0.87 0.84 0.52
Hex EC 20 1D 0 56 58 7 1 54 34
Octal 354 40 35 0 126 130 7 1 124 64
Binary 11101100 100000 11101 0 1010110 1011000 111 1 1010100 110100

Color Harmonies of #EC201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC201D

Black with #EC201D

Text Example


Text Example

White with #EC201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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