Html Css Color HEX #ED3011 Scarlet

📋 copy color: '#ED3011'

red 237 ◦ green 48 ◦ blue 17

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

Shades of Scarlet #ED3011

Tints of Scarlet #ED3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 78.48%
G = 15.89%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED3011 (or 0xED3011) is known color: Scarlet. HEX triplet: ED, 30 and 11. RGB value is (237,48,17). Sum of RGB (Red+Green+Blue) = 237+48+17=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3011 is #12CFEE. Grayscale: #656565. Windows color (decimal): -1232879 or 1126637. OLE color: 1126637.

HSL color Cylindrical-coordinate representation of color #ED3011: hue angle of 8.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED3011 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 17 -
CMYK 0 0.80 0.93 0.07
HSL 8.45º 0.87% 0.5% -
HSV(B) 8.45º 0.93% 0.93% -
XYZ 36.08 20.16 2.52 -
YUV 100.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 237 48 17 0 0.80 0.93 0.07 8.45 0.87 0.5
Hex ED 30 11 0 50 5D 7 8 57 32
Octal 355 60 21 0 120 135 7 10 127 62
Binary 11101101 110000 10001 0 1010000 1011101 111 1000 1010111 110010

Color Harmonies of #ED3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3011

Black with #ED3011

Text Example


Text Example

White with #ED3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3011; }

 p { color: rgb(237,48,17); }

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

background-color css

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

 a { background-color: rgb(237,48,17); }

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

border-color css

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

 span { border-color: rgb(237,48,17); }

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