Html Css Color HEX #ED1D16 Scarlet

📋 copy color: '#ED1D16'

red 237 ◦ green 29 ◦ blue 22

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

Shades of Scarlet #ED1D16

Tints of Scarlet #ED1D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

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

R = 82.29%
G = 10.07%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED1D16 (or 0xED1D16) is known color: Scarlet. HEX triplet: ED, 1D and 16. RGB value is (237,29,22). Sum of RGB (Red+Green+Blue) = 237+29+22=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1D16 is #12E2E9. Grayscale: #5A5A5A. Windows color (decimal): -1237738 or 1449453. OLE color: 1449453.

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

Color convert

RGB 237 29 22 -
CMYK 0 0.88 0.91 0.07
HSL 1.95º 0.86% 0.51% -
HSV(B) 1.95º 0.91% 0.93% -
XYZ 35.51 18.94 2.54 -
YUV 90.39 89.41 232.57 -
System Red Green Blue C M Y K H S L
Decimal 237 29 22 0 0.88 0.91 0.07 1.95 0.86 0.51
Hex ED 1D 16 0 58 5B 7 2 56 33
Octal 355 35 26 0 130 133 7 2 126 63
Binary 11101101 11101 10110 0 1011000 1011011 111 10 1010110 110011

Color Harmonies of #ED1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1D16

Black with #ED1D16

Text Example


Text Example

White with #ED1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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