Html Css Color HEX #ED1413 Scarlet

📋 copy color: '#ED1413'

red 237 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #ED1413

Tints of Scarlet #ED1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 85.87%
G = 7.25%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED1413 (or 0xED1413) is known color: Scarlet. HEX triplet: ED, 14 and 13. RGB value is (237,20,19). Sum of RGB (Red+Green+Blue) = 237+20+19=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1413 is #12EBEC. Grayscale: #545454. Windows color (decimal): -1240045 or 1250541. OLE color: 1250541.

HSL color Cylindrical-coordinate representation of color #ED1413: hue angle of 0.28º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1413 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 20 19 -
CMYK 0 0.92 0.92 0.07
HSL 0.28º 0.86% 0.5% -
HSV(B) 0.28º 0.92% 0.93% -
XYZ 35.29 18.55 2.34 -
YUV 84.77 90.89 236.58 -
System Red Green Blue C M Y K H S L
Decimal 237 20 19 0 0.92 0.92 0.07 0.28 0.86 0.5
Hex ED 14 13 0 5C 5C 7 0 56 32
Octal 355 24 23 0 134 134 7 0 126 62
Binary 11101101 10100 10011 0 1011100 1011100 111 0 1010110 110010

Color Harmonies of #ED1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1413

Black with #ED1413

Text Example


Text Example

White with #ED1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1413; }

 p { color: rgb(237,20,19); }

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

background-color css

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

 a { background-color: rgb(237,20,19); }

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

border-color css

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

 span { border-color: rgb(237,20,19); }

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