Html Css Color HEX #ED1917 Scarlet

📋 copy color: '#ED1917'

red 237 ◦ green 25 ◦ blue 23

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

Shades of Scarlet #ED1917

Tints of Scarlet #ED1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 83.16%
G = 8.77%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED1917 (or 0xED1917) is known color: Scarlet. HEX triplet: ED, 19 and 17. RGB value is (237,25,23). Sum of RGB (Red+Green+Blue) = 237+25+23=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1917 is #12E6E8. Grayscale: #585858. Windows color (decimal): -1238761 or 1513965. OLE color: 1513965.

HSL color Cylindrical-coordinate representation of color #ED1917: hue angle of 0.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1917 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 23 -
CMYK 0 0.89 0.90 0.07
HSL 0.56º 0.86% 0.51% -
HSV(B) 0.56º 0.9% 0.93% -
XYZ 35.43 18.76 2.56 -
YUV 88.16 91.24 234.16 -
System Red Green Blue C M Y K H S L
Decimal 237 25 23 0 0.89 0.90 0.07 0.56 0.86 0.51
Hex ED 19 17 0 59 5A 7 1 56 33
Octal 355 31 27 0 131 132 7 1 126 63
Binary 11101101 11001 10111 0 1011001 1011010 111 1 1010110 110011

Color Harmonies of #ED1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1917

Black with #ED1917

Text Example


Text Example

White with #ED1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1917; }

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

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

background-color css

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

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

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

border-color css

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

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

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