Html Css Color HEX #ED2918 Scarlet

📋 copy color: '#ED2918'

red 237 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #ED2918

Tints of Scarlet #ED2918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 78.48%
G = 13.58%
B = 7.95%

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

#ED2918 (or 0xED2918) is known color: Scarlet. HEX triplet: ED, 29 and 18. RGB value is (237,41,24). Sum of RGB (Red+Green+Blue) = 237+41+24=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2918 is #12D6E7. Grayscale: #616161. Windows color (decimal): -1234664 or 1583597. OLE color: 1583597.

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

Color convert

RGB 237 41 24 -
CMYK 0 0.83 0.90 0.07
HSL 4.79º 0.86% 0.51% -
HSV(B) 4.79º 0.9% 0.93% -
XYZ 35.88 19.66 2.77 -
YUV 97.67 86.43 227.38 -
System Red Green Blue C M Y K H S L
Decimal 237 41 24 0 0.83 0.90 0.07 4.79 0.86 0.51
Hex ED 29 18 0 53 5A 7 5 56 33
Octal 355 51 30 0 123 132 7 5 126 63
Binary 11101101 101001 11000 0 1010011 1011010 111 101 1010110 110011

Color Harmonies of #ED2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2918

Black with #ED2918

Text Example


Text Example

White with #ED2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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