Html Css Color HEX #ED1511 Scarlet

📋 copy color: '#ED1511'

red 237 ◦ green 21 ◦ blue 17

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

Shades of Scarlet #ED1511

Tints of Scarlet #ED1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 86.18%
G = 7.64%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED1511 (or 0xED1511) is known color: Scarlet. HEX triplet: ED, 15 and 11. RGB value is (237,21,17). Sum of RGB (Red+Green+Blue) = 237+21+17=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1511 is #12EAEE. Grayscale: #555555. Windows color (decimal): -1239791 or 1119725. OLE color: 1119725.

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

Color convert

RGB 237 21 17 -
CMYK 0 0.91 0.93 0.07
HSL 1.09º 0.87% 0.5% -
HSV(B) 1.09º 0.93% 0.93% -
XYZ 35.29 18.58 2.26 -
YUV 85.13 89.56 236.33 -
System Red Green Blue C M Y K H S L
Decimal 237 21 17 0 0.91 0.93 0.07 1.09 0.87 0.5
Hex ED 15 11 0 5B 5D 7 1 57 32
Octal 355 25 21 0 133 135 7 1 127 62
Binary 11101101 10101 10001 0 1011011 1011101 111 1 1010111 110010

Color Harmonies of #ED1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1511

Black with #ED1511

Text Example


Text Example

White with #ED1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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