Html Css Color HEX #EC2C15 Scarlet

📋 copy color: '#EC2C15'

red 236 ◦ green 44 ◦ blue 21

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

Shades of Scarlet #EC2C15

Tints of Scarlet #EC2C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 78.41%
G = 14.62%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC2C15 (or 0xEC2C15) is known color: Scarlet. HEX triplet: EC, 2C and 15. RGB value is (236,44,21). Sum of RGB (Red+Green+Blue) = 236+44+21=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2C15 is #13D3EA. Grayscale: #636363. Windows color (decimal): -1299435 or 1387756. OLE color: 1387756.

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

Color convert

RGB 236 44 21 -
CMYK 0 0.81 0.91 0.07
HSL 6.42º 0.85% 0.5% -
HSV(B) 6.42º 0.91% 0.93% -
XYZ 35.63 19.69 2.63 -
YUV 98.79 84.11 225.87 -
System Red Green Blue C M Y K H S L
Decimal 236 44 21 0 0.81 0.91 0.07 6.42 0.85 0.5
Hex EC 2C 15 0 51 5B 7 6 55 32
Octal 354 54 25 0 121 133 7 6 125 62
Binary 11101100 101100 10101 0 1010001 1011011 111 110 1010101 110010

Color Harmonies of #EC2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C15

Black with #EC2C15

Text Example


Text Example

White with #EC2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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