Html Css Color HEX #ED1916 Scarlet

📋 copy color: '#ED1916'

red 237 ◦ green 25 ◦ blue 22

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

Shades of Scarlet #ED1916

Tints of Scarlet #ED1916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 83.45%
G = 8.8%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED1916 (or 0xED1916) is known color: Scarlet. HEX triplet: ED, 19 and 16. RGB value is (237,25,22). Sum of RGB (Red+Green+Blue) = 237+25+22=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1916 is #12E6E9. Grayscale: #585858. Windows color (decimal): -1238762 or 1448429. OLE color: 1448429.

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

Color convert

RGB 237 25 22 -
CMYK 0 0.89 0.91 0.07
HSL 0.84º 0.86% 0.51% -
HSV(B) 0.84º 0.91% 0.93% -
XYZ 35.42 18.76 2.51 -
YUV 88.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 237 25 22 0 0.89 0.91 0.07 0.84 0.86 0.51
Hex ED 19 16 0 59 5B 7 1 56 33
Octal 355 31 26 0 131 133 7 1 126 63
Binary 11101101 11001 10110 0 1011001 1011011 111 1 1010110 110011

Color Harmonies of #ED1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1916

Black with #ED1916

Text Example


Text Example

White with #ED1916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1916; }

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

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

background-color css

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

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

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

border-color css

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

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

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