Html Css Color HEX #ED2317 Scarlet

📋 copy color: '#ED2317'

red 237 ◦ green 35 ◦ blue 23

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

Shades of Scarlet #ED2317

Tints of Scarlet #ED2317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 80.34%
G = 11.86%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED2317 (or 0xED2317) is known color: Scarlet. HEX triplet: ED, 23 and 17. RGB value is (237,35,23). Sum of RGB (Red+Green+Blue) = 237+35+23=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2317 is #12DCE8. Grayscale: #5E5E5E. Windows color (decimal): -1236201 or 1516525. OLE color: 1516525.

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

Color convert

RGB 237 35 23 -
CMYK 0 0.85 0.90 0.07
HSL 3.36º 0.86% 0.51% -
HSV(B) 3.36º 0.9% 0.93% -
XYZ 35.68 19.27 2.65 -
YUV 94.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 237 35 23 0 0.85 0.90 0.07 3.36 0.86 0.51
Hex ED 23 17 0 55 5A 7 3 56 33
Octal 355 43 27 0 125 132 7 3 126 63
Binary 11101101 100011 10111 0 1010101 1011010 111 11 1010110 110011

Color Harmonies of #ED2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2317

Black with #ED2317

Text Example


Text Example

White with #ED2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2317; }

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

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

background-color css

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

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

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

border-color css

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

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

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