Html Css Color HEX #ED2917 Scarlet

📋 copy color: '#ED2917'

red 237 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #ED2917

Tints of Scarlet #ED2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 78.74%
G = 13.62%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED2917 (or 0xED2917) is known color: Scarlet. HEX triplet: ED, 29 and 17. RGB value is (237,41,23). Sum of RGB (Red+Green+Blue) = 237+41+23=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2917 is #12D6E8. Grayscale: #616161. Windows color (decimal): -1234665 or 1518061. OLE color: 1518061.

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

Color convert

RGB 237 41 23 -
CMYK 0 0.83 0.90 0.07
HSL 5.05º 0.86% 0.51% -
HSV(B) 5.05º 0.9% 0.93% -
XYZ 35.87 19.65 2.71 -
YUV 97.55 85.93 227.46 -
System Red Green Blue C M Y K H S L
Decimal 237 41 23 0 0.83 0.90 0.07 5.05 0.86 0.51
Hex ED 29 17 0 53 5A 7 5 56 33
Octal 355 51 27 0 123 132 7 5 126 63
Binary 11101101 101001 10111 0 1010011 1011010 111 101 1010110 110011

Color Harmonies of #ED2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2917

Black with #ED2917

Text Example


Text Example

White with #ED2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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