Html Css Color HEX #EC201E Scarlet

📋 copy color: '#EC201E'

red 236 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #EC201E

Tints of Scarlet #EC201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 79.19%
G = 10.74%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC201E (or 0xEC201E) is known color: Scarlet. HEX triplet: EC, 20 and 1E. RGB value is (236,32,30). Sum of RGB (Red+Green+Blue) = 236+32+30=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC201E is #13DFE1. Grayscale: #5C5C5C. Windows color (decimal): -1302498 or 1974508. OLE color: 1974508.

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

Color convert

RGB 236 32 30 -
CMYK 0 0.86 0.87 0.07
HSL 0.58º 0.84% 0.52% -
HSV(B) 0.58º 0.87% 0.93% -
XYZ 35.34 18.96 3.03 -
YUV 92.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 236 32 30 0 0.86 0.87 0.07 0.58 0.84 0.52
Hex EC 20 1E 0 56 57 7 1 54 34
Octal 354 40 36 0 126 127 7 1 124 64
Binary 11101100 100000 11110 0 1010110 1010111 111 1 1010100 110100

Color Harmonies of #EC201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC201E

Black with #EC201E

Text Example


Text Example

White with #EC201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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