Html Css Color HEX #EC2219 Scarlet

📋 copy color: '#EC2219'

red 236 ◦ green 34 ◦ blue 25

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

Shades of Scarlet #EC2219

Tints of Scarlet #EC2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 80%
G = 11.53%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2219 (or 0xEC2219) is known color: Scarlet. HEX triplet: EC, 22 and 19. RGB value is (236,34,25). Sum of RGB (Red+Green+Blue) = 236+34+25=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2219 is #13DDE6. Grayscale: #5D5D5D. Windows color (decimal): -1301991 or 1647340. OLE color: 1647340.

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

Color convert

RGB 236 34 25 -
CMYK 0 0.86 0.89 0.07
HSL 2.56º 0.85% 0.51% -
HSV(B) 2.56º 0.89% 0.93% -
XYZ 35.34 19.05 2.73 -
YUV 93.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 236 34 25 0 0.86 0.89 0.07 2.56 0.85 0.51
Hex EC 22 19 0 56 59 7 3 55 33
Octal 354 42 31 0 126 131 7 3 125 63
Binary 11101100 100010 11001 0 1010110 1011001 111 11 1010101 110011

Color Harmonies of #EC2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2219

Black with #EC2219

Text Example


Text Example

White with #EC2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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