Html Css Color HEX #EC2C19 Scarlet

📋 copy color: '#EC2C19'

red 236 ◦ green 44 ◦ blue 25

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

Shades of Scarlet #EC2C19

Tints of Scarlet #EC2C19

RGB

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

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

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

R = 77.38%
G = 14.43%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2C19 (or 0xEC2C19) is known color: Scarlet. HEX triplet: EC, 2C and 19. RGB value is (236,44,25). Sum of RGB (Red+Green+Blue) = 236+44+25=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2C19 is #13D3E6. Grayscale: #636363. Windows color (decimal): -1299431 or 1649900. OLE color: 1649900.

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

Color convert

RGB 236 44 25 -
CMYK 0 0.81 0.89 0.07
HSL 5.4º 0.85% 0.51% -
HSV(B) 5.4º 0.89% 0.93% -
XYZ 35.67 19.7 2.84 -
YUV 99.24 86.11 225.54 -
System Red Green Blue C M Y K H S L
Decimal 236 44 25 0 0.81 0.89 0.07 5.4 0.85 0.51
Hex EC 2C 19 0 51 59 7 5 55 33
Octal 354 54 31 0 121 131 7 5 125 63
Binary 11101100 101100 11001 0 1010001 1011001 111 101 1010101 110011

Color Harmonies of #EC2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C19

Black with #EC2C19

Text Example


Text Example

White with #EC2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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