Html Css Color HEX #ED2119 Scarlet

📋 copy color: '#ED2119'

red 237 ◦ green 33 ◦ blue 25

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

Shades of Scarlet #ED2119

Tints of Scarlet #ED2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 80.34%
G = 11.19%
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

#ED2119 (or 0xED2119) is known color: Scarlet. HEX triplet: ED, 21 and 19. RGB value is (237,33,25). Sum of RGB (Red+Green+Blue) = 237+33+25=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2119 is #12DEE6. Grayscale: #5D5D5D. Windows color (decimal): -1236711 or 1647085. OLE color: 1647085.

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

Color convert

RGB 237 33 25 -
CMYK 0 0.86 0.89 0.07
HSL 2.26º 0.85% 0.51% -
HSV(B) 2.26º 0.89% 0.93% -
XYZ 35.64 19.16 2.74 -
YUV 93.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 237 33 25 0 0.86 0.89 0.07 2.26 0.85 0.51
Hex ED 21 19 0 56 59 7 2 55 33
Octal 355 41 31 0 126 131 7 2 125 63
Binary 11101101 100001 11001 0 1010110 1011001 111 10 1010101 110011

Color Harmonies of #ED2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2119

Black with #ED2119

Text Example


Text Example

White with #ED2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2119; }

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

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

background-color css

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

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

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

border-color css

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

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

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