Html Css Color HEX #EC1E15 Scarlet

📋 copy color: '#EC1E15'

red 236 ◦ green 30 ◦ blue 21

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

Shades of Scarlet #EC1E15

Tints of Scarlet #EC1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

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

R = 82.23%
G = 10.45%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1E15 (or 0xEC1E15) is known color: Scarlet. HEX triplet: EC, 1E and 15. RGB value is (236,30,21). Sum of RGB (Red+Green+Blue) = 236+30+21=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E15 is #13E1EA. Grayscale: #5A5A5A. Windows color (decimal): -1303019 or 1384172. OLE color: 1384172.

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

Color convert

RGB 236 30 21 -
CMYK 0 0.87 0.91 0.07
HSL 2.51º 0.85% 0.5% -
HSV(B) 2.51º 0.91% 0.93% -
XYZ 35.19 18.82 2.49 -
YUV 90.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 236 30 21 0 0.87 0.91 0.07 2.51 0.85 0.5
Hex EC 1E 15 0 57 5B 7 3 55 32
Octal 354 36 25 0 127 133 7 3 125 62
Binary 11101100 11110 10101 0 1010111 1011011 111 11 1010101 110010

Color Harmonies of #EC1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E15

Black with #EC1E15

Text Example


Text Example

White with #EC1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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