Html Css Color HEX #ED2110 Scarlet

📋 copy color: '#ED2110'

red 237 ◦ green 33 ◦ blue 16

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

Shades of Scarlet #ED2110

Tints of Scarlet #ED2110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 82.87%
G = 11.54%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED2110 (or 0xED2110) is known color: Scarlet. HEX triplet: ED, 21 and 10. RGB value is (237,33,16). Sum of RGB (Red+Green+Blue) = 237+33+16=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2110 is #12DEEF. Grayscale: #5C5C5C. Windows color (decimal): -1236720 or 1057261. OLE color: 1057261.

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

Color convert

RGB 237 33 16 -
CMYK 0 0.86 0.93 0.07
HSL 4.62º 0.87% 0.5% -
HSV(B) 4.62º 0.93% 0.93% -
XYZ 35.56 19.13 2.31 -
YUV 92.06 85.09 231.38 -
System Red Green Blue C M Y K H S L
Decimal 237 33 16 0 0.86 0.93 0.07 4.62 0.87 0.5
Hex ED 21 10 0 56 5D 7 5 57 32
Octal 355 41 20 0 126 135 7 5 127 62
Binary 11101101 100001 10000 0 1010110 1011101 111 101 1010111 110010

Color Harmonies of #ED2110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2110

Black with #ED2110

Text Example


Text Example

White with #ED2110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2110; }

 p { color: rgb(237,33,16); }

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

background-color css

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

 a { background-color: rgb(237,33,16); }

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

border-color css

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

 span { border-color: rgb(237,33,16); }

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