Html Css Color HEX #EC2A19 Scarlet

📋 copy color: '#EC2A19'

red 236 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #EC2A19

Tints of Scarlet #EC2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

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

R = 77.89%
G = 13.86%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2A19 (or 0xEC2A19) is known color: Scarlet. HEX triplet: EC, 2A and 19. RGB value is (236,42,25). Sum of RGB (Red+Green+Blue) = 236+42+25=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A19 is #13D5E6. Grayscale: #626262. Windows color (decimal): -1299943 or 1649388. OLE color: 1649388.

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

Color convert

RGB 236 42 25 -
CMYK 0 0.82 0.89 0.07
HSL 4.83º 0.85% 0.51% -
HSV(B) 4.83º 0.89% 0.93% -
XYZ 35.6 19.56 2.82 -
YUV 98.07 86.77 226.38 -
System Red Green Blue C M Y K H S L
Decimal 236 42 25 0 0.82 0.89 0.07 4.83 0.85 0.51
Hex EC 2A 19 0 52 59 7 5 55 33
Octal 354 52 31 0 122 131 7 5 125 63
Binary 11101100 101010 11001 0 1010010 1011001 111 101 1010101 110011

Color Harmonies of #EC2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A19

Black with #EC2A19

Text Example


Text Example

White with #EC2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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