Html Css Color HEX #ED3116 Scarlet

📋 copy color: '#ED3116'

red 237 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #ED3116

Tints of Scarlet #ED3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 76.95%
G = 15.91%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED3116 (or 0xED3116) is known color: Scarlet. HEX triplet: ED, 31 and 16. RGB value is (237,49,22). Sum of RGB (Red+Green+Blue) = 237+49+22=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3116 is #12CEE9. Grayscale: #666666. Windows color (decimal): -1232618 or 1454573. OLE color: 1454573.

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

Color convert

RGB 237 49 22 -
CMYK 0 0.79 0.91 0.07
HSL 7.53º 0.86% 0.51% -
HSV(B) 7.53º 0.91% 0.93% -
XYZ 36.17 20.26 2.76 -
YUV 102.13 82.78 224.2 -
System Red Green Blue C M Y K H S L
Decimal 237 49 22 0 0.79 0.91 0.07 7.53 0.86 0.51
Hex ED 31 16 0 4F 5B 7 8 56 33
Octal 355 61 26 0 117 133 7 10 126 63
Binary 11101101 110001 10110 0 1001111 1011011 111 1000 1010110 110011

Color Harmonies of #ED3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3116

Black with #ED3116

Text Example


Text Example

White with #ED3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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