Html Css Color HEX #ED1816 Scarlet

📋 copy color: '#ED1816'

red 237 ◦ green 24 ◦ blue 22

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

Shades of Scarlet #ED1816

Tints of Scarlet #ED1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

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

R = 83.75%
G = 8.48%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED1816 (or 0xED1816) is known color: Scarlet. HEX triplet: ED, 18 and 16. RGB value is (237,24,22). Sum of RGB (Red+Green+Blue) = 237+24+22=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1816 is #12E7E9. Grayscale: #575757. Windows color (decimal): -1239018 or 1448173. OLE color: 1448173.

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

Color convert

RGB 237 24 22 -
CMYK 0 0.90 0.91 0.07
HSL 0.56º 0.86% 0.51% -
HSV(B) 0.56º 0.91% 0.93% -
XYZ 35.4 18.72 2.51 -
YUV 87.46 91.07 234.66 -
System Red Green Blue C M Y K H S L
Decimal 237 24 22 0 0.90 0.91 0.07 0.56 0.86 0.51
Hex ED 18 16 0 5A 5B 7 1 56 33
Octal 355 30 26 0 132 133 7 1 126 63
Binary 11101101 11000 10110 0 1011010 1011011 111 1 1010110 110011

Color Harmonies of #ED1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1816

Black with #ED1816

Text Example


Text Example

White with #ED1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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