Html Css Color HEX #ED2516 Scarlet

📋 copy color: '#ED2516'

red 237 ◦ green 37 ◦ blue 22

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

Shades of Scarlet #ED2516

Tints of Scarlet #ED2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 80.07%
G = 12.5%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2516 (or 0xED2516) is known color: Scarlet. HEX triplet: ED, 25 and 16. RGB value is (237,37,22). Sum of RGB (Red+Green+Blue) = 237+37+22=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2516 is #12DAE9. Grayscale: #5F5F5F. Windows color (decimal): -1235690 or 1451501. OLE color: 1451501.

HSL color Cylindrical-coordinate representation of color #ED2516: hue angle of 4.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED2516 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 37 22 -
CMYK 0 0.84 0.91 0.07
HSL 4.19º 0.86% 0.51% -
HSV(B) 4.19º 0.91% 0.93% -
XYZ 35.73 19.39 2.62 -
YUV 95.09 86.76 229.22 -
System Red Green Blue C M Y K H S L
Decimal 237 37 22 0 0.84 0.91 0.07 4.19 0.86 0.51
Hex ED 25 16 0 54 5B 7 4 56 33
Octal 355 45 26 0 124 133 7 4 126 63
Binary 11101101 100101 10110 0 1010100 1011011 111 100 1010110 110011

Color Harmonies of #ED2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2516

Black with #ED2516

Text Example


Text Example

White with #ED2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2516; }

 p { color: rgb(237,37,22); }

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

background-color css

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

 a { background-color: rgb(237,37,22); }

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

border-color css

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

 span { border-color: rgb(237,37,22); }

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