Html Css Color HEX #ED1F13 Scarlet

📋 copy color: '#ED1F13'

red 237 ◦ green 31 ◦ blue 19

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

Shades of Scarlet #ED1F13

Tints of Scarlet #ED1F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 82.58%
G = 10.8%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED1F13 (or 0xED1F13) is known color: Scarlet. HEX triplet: ED, 1F and 13. RGB value is (237,31,19). Sum of RGB (Red+Green+Blue) = 237+31+19=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1F13 is #12E0EC. Grayscale: #5B5B5B. Windows color (decimal): -1237229 or 1253357. OLE color: 1253357.

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

Color convert

RGB 237 31 19 -
CMYK 0 0.87 0.92 0.07
HSL 3.3º 0.86% 0.5% -
HSV(B) 3.3º 0.92% 0.93% -
XYZ 35.53 19.03 2.42 -
YUV 91.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 237 31 19 0 0.87 0.92 0.07 3.3 0.86 0.5
Hex ED 1F 13 0 57 5C 7 3 56 32
Octal 355 37 23 0 127 134 7 3 126 62
Binary 11101101 11111 10011 0 1010111 1011100 111 11 1010110 110010

Color Harmonies of #ED1F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1F13

Black with #ED1F13

Text Example


Text Example

White with #ED1F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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