Html Css Color HEX #ED1A16 Scarlet

📋 copy color: '#ED1A16'

red 237 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #ED1A16

Tints of Scarlet #ED1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 83.16%
G = 9.12%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED1A16 (or 0xED1A16) is known color: Scarlet. HEX triplet: ED, 1A and 16. RGB value is (237,26,22). Sum of RGB (Red+Green+Blue) = 237+26+22=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1A16 is #12E5E9. Grayscale: #585858. Windows color (decimal): -1238506 or 1448685. OLE color: 1448685.

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

Color convert

RGB 237 26 22 -
CMYK 0 0.89 0.91 0.07
HSL 1.12º 0.86% 0.51% -
HSV(B) 1.12º 0.91% 0.93% -
XYZ 35.44 18.8 2.52 -
YUV 88.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 237 26 22 0 0.89 0.91 0.07 1.12 0.86 0.51
Hex ED 1A 16 0 59 5B 7 1 56 33
Octal 355 32 26 0 131 133 7 1 126 63
Binary 11101101 11010 10110 0 1011001 1011011 111 1 1010110 110011

Color Harmonies of #ED1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1A16

Black with #ED1A16

Text Example


Text Example

White with #ED1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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