Html Css Color HEX #ED2019 Scarlet

📋 copy color: '#ED2019'

red 237 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #ED2019

Tints of Scarlet #ED2019

RGB

 RED value IS 237 (92.97% from 255) = 80.61%

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 80.61%
G = 10.88%
B = 8.5%

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

#ED2019 (or 0xED2019) is known color: Scarlet. HEX triplet: ED, 20 and 19. RGB value is (237,32,25). Sum of RGB (Red+Green+Blue) = 237+32+25=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2019 is #12DFE6. Grayscale: #5C5C5C. Windows color (decimal): -1236967 or 1646829. OLE color: 1646829.

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

Color convert

RGB 237 32 25 -
CMYK 0 0.86 0.89 0.07
HSL 1.98º 0.85% 0.51% -
HSV(B) 1.98º 0.89% 0.93% -
XYZ 35.62 19.11 2.73 -
YUV 92.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 237 32 25 0 0.86 0.89 0.07 1.98 0.85 0.51
Hex ED 20 19 0 56 59 7 2 55 33
Octal 355 40 31 0 126 131 7 2 125 63
Binary 11101101 100000 11001 0 1010110 1011001 111 10 1010101 110011

Color Harmonies of #ED2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2019

Black with #ED2019

Text Example


Text Example

White with #ED2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2019; }

 p { color: rgb(237,32,25); }

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

background-color css

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

 a { background-color: rgb(237,32,25); }

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

border-color css

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

 span { border-color: rgb(237,32,25); }

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