Html Css Color HEX #ED2017 Scarlet

📋 copy color: '#ED2017'

red 237 ◦ green 32 ◦ blue 23

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

Shades of Scarlet #ED2017

Tints of Scarlet #ED2017

RGB

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

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

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

R = 81.16%
G = 10.96%
B = 7.88%

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

#ED2017 (or 0xED2017) is known color: Scarlet. HEX triplet: ED, 20 and 17. RGB value is (237,32,23). Sum of RGB (Red+Green+Blue) = 237+32+23=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2017 is #12DFE8. Grayscale: #5C5C5C. Windows color (decimal): -1236969 or 1515757. OLE color: 1515757.

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

Color convert

RGB 237 32 23 -
CMYK 0 0.86 0.90 0.07
HSL 2.52º 0.86% 0.51% -
HSV(B) 2.52º 0.9% 0.93% -
XYZ 35.6 19.1 2.62 -
YUV 92.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 237 32 23 0 0.86 0.90 0.07 2.52 0.86 0.51
Hex ED 20 17 0 56 5A 7 3 56 33
Octal 355 40 27 0 126 132 7 3 126 63
Binary 11101101 100000 10111 0 1010110 1011010 111 11 1010110 110011

Color Harmonies of #ED2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2017

Black with #ED2017

Text Example


Text Example

White with #ED2017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2017; }

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

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

background-color css

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

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

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

border-color css

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

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

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