Html Css Color HEX #ED2018 Scarlet

📋 copy color: '#ED2018'

red 237 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #ED2018

Tints of Scarlet #ED2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 80.89%
G = 10.92%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED2018 (or 0xED2018) is known color: Scarlet. HEX triplet: ED, 20 and 18. RGB value is (237,32,24). Sum of RGB (Red+Green+Blue) = 237+32+24=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2018 is #12DFE7. Grayscale: #5C5C5C. Windows color (decimal): -1236968 or 1581293. OLE color: 1581293.

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

Color convert

RGB 237 32 24 -
CMYK 0 0.86 0.90 0.07
HSL 2.25º 0.86% 0.51% -
HSV(B) 2.25º 0.9% 0.93% -
XYZ 35.61 19.1 2.67 -
YUV 92.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 237 32 24 0 0.86 0.90 0.07 2.25 0.86 0.51
Hex ED 20 18 0 56 5A 7 2 56 33
Octal 355 40 30 0 126 132 7 2 126 63
Binary 11101101 100000 11000 0 1010110 1011010 111 10 1010110 110011

Color Harmonies of #ED2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2018

Black with #ED2018

Text Example


Text Example

White with #ED2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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