Html Css Color HEX #EC1615 Scarlet

📋 copy color: '#EC1615'

red 236 ◦ green 22 ◦ blue 21

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

Shades of Scarlet #EC1615

Tints of Scarlet #EC1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 84.59%
G = 7.89%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1615 (or 0xEC1615) is known color: Scarlet. HEX triplet: EC, 16 and 15. RGB value is (236,22,21). Sum of RGB (Red+Green+Blue) = 236+22+21=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1615 is #13E9EA. Grayscale: #565656. Windows color (decimal): -1305067 or 1382124. OLE color: 1382124.

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

Color convert

RGB 236 22 21 -
CMYK 0 0.91 0.91 0.07
HSL 0.28º 0.85% 0.5% -
HSV(B) 0.28º 0.91% 0.93% -
XYZ 35.01 18.46 2.43 -
YUV 85.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 236 22 21 0 0.91 0.91 0.07 0.28 0.85 0.5
Hex EC 16 15 0 5B 5B 7 0 55 32
Octal 354 26 25 0 133 133 7 0 125 62
Binary 11101100 10110 10101 0 1011011 1011011 111 0 1010101 110010

Color Harmonies of #EC1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1615

Black with #EC1615

Text Example


Text Example

White with #EC1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1615; }

 p { color: rgb(236,22,21); }

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

background-color css

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

 a { background-color: rgb(236,22,21); }

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

border-color css

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

 span { border-color: rgb(236,22,21); }

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