Html Css Color HEX #ED2416 Scarlet

📋 copy color: '#ED2416'

red 237 ◦ green 36 ◦ blue 22

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

Shades of Scarlet #ED2416

Tints of Scarlet #ED2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 80.34%
G = 12.2%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2416 (or 0xED2416) is known color: Scarlet. HEX triplet: ED, 24 and 16. RGB value is (237,36,22). Sum of RGB (Red+Green+Blue) = 237+36+22=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2416 is #12DBE9. Grayscale: #5E5E5E. Windows color (decimal): -1235946 or 1451245. OLE color: 1451245.

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

Color convert

RGB 237 36 22 -
CMYK 0 0.85 0.91 0.07
HSL 3.91º 0.86% 0.51% -
HSV(B) 3.91º 0.91% 0.93% -
XYZ 35.7 19.32 2.61 -
YUV 94.5 87.09 229.64 -
System Red Green Blue C M Y K H S L
Decimal 237 36 22 0 0.85 0.91 0.07 3.91 0.86 0.51
Hex ED 24 16 0 55 5B 7 4 56 33
Octal 355 44 26 0 125 133 7 4 126 63
Binary 11101101 100100 10110 0 1010101 1011011 111 100 1010110 110011

Color Harmonies of #ED2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2416

Black with #ED2416

Text Example


Text Example

White with #ED2416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2416; }

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

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

background-color css

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

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

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

border-color css

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

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

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