Html Css Color HEX #ED2C17 Scarlet

📋 copy color: '#ED2C17'

red 237 ◦ green 44 ◦ blue 23

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

Shades of Scarlet #ED2C17

Tints of Scarlet #ED2C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

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

R = 77.96%
G = 14.47%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED2C17 (or 0xED2C17) is known color: Scarlet. HEX triplet: ED, 2C and 17. RGB value is (237,44,23). Sum of RGB (Red+Green+Blue) = 237+44+23=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2C17 is #12D3E8. Grayscale: #636363. Windows color (decimal): -1233897 or 1518829. OLE color: 1518829.

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

Color convert

RGB 237 44 23 -
CMYK 0 0.81 0.90 0.07
HSL 5.89º 0.86% 0.51% -
HSV(B) 5.89º 0.9% 0.93% -
XYZ 35.98 19.87 2.75 -
YUV 99.31 84.94 226.21 -
System Red Green Blue C M Y K H S L
Decimal 237 44 23 0 0.81 0.90 0.07 5.89 0.86 0.51
Hex ED 2C 17 0 51 5A 7 6 56 33
Octal 355 54 27 0 121 132 7 6 126 63
Binary 11101101 101100 10111 0 1010001 1011010 111 110 1010110 110011

Color Harmonies of #ED2C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C17

Black with #ED2C17

Text Example


Text Example

White with #ED2C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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