Html Css Color HEX #ED3516 Scarlet

📋 copy color: '#ED3516'

red 237 ◦ green 53 ◦ blue 22

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

Shades of Scarlet #ED3516

Tints of Scarlet #ED3516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 75.96%
G = 16.99%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED3516 (or 0xED3516) is known color: Scarlet. HEX triplet: ED, 35 and 16. RGB value is (237,53,22). Sum of RGB (Red+Green+Blue) = 237+53+22=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3516 is #12CAE9. Grayscale: #686868. Windows color (decimal): -1231594 or 1455597. OLE color: 1455597.

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

Color convert

RGB 237 53 22 -
CMYK 0 0.78 0.91 0.07
HSL 8.65º 0.86% 0.51% -
HSV(B) 8.65º 0.91% 0.93% -
XYZ 36.34 20.61 2.82 -
YUV 104.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 237 53 22 0 0.78 0.91 0.07 8.65 0.86 0.51
Hex ED 35 16 0 4E 5B 7 9 56 33
Octal 355 65 26 0 116 133 7 11 126 63
Binary 11101101 110101 10110 0 1001110 1011011 111 1001 1010110 110011

Color Harmonies of #ED3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3516

Black with #ED3516

Text Example


Text Example

White with #ED3516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3516; }

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

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

background-color css

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

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

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

border-color css

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

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

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