Html Css Color HEX #EC2819 Scarlet

📋 copy color: '#EC2819'

red 236 ◦ green 40 ◦ blue 25

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

Shades of Scarlet #EC2819

Tints of Scarlet #EC2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 78.41%
G = 13.29%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2819 (or 0xEC2819) is known color: Scarlet. HEX triplet: EC, 28 and 19. RGB value is (236,40,25). Sum of RGB (Red+Green+Blue) = 236+40+25=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2819 is #13D7E6. Grayscale: #616161. Windows color (decimal): -1300455 or 1648876. OLE color: 1648876.

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

Color convert

RGB 236 40 25 -
CMYK 0 0.83 0.89 0.07
HSL 4.27º 0.85% 0.51% -
HSV(B) 4.27º 0.89% 0.93% -
XYZ 35.53 19.42 2.8 -
YUV 96.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 236 40 25 0 0.83 0.89 0.07 4.27 0.85 0.51
Hex EC 28 19 0 53 59 7 4 55 33
Octal 354 50 31 0 123 131 7 4 125 63
Binary 11101100 101000 11001 0 1010011 1011001 111 100 1010101 110011

Color Harmonies of #EC2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2819

Black with #EC2819

Text Example


Text Example

White with #EC2819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2819; }

 p { color: rgb(236,40,25); }

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

background-color css

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

 a { background-color: rgb(236,40,25); }

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

border-color css

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

 span { border-color: rgb(236,40,25); }

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