Html Css Color HEX #ED3019 Scarlet

📋 copy color: '#ED3019'

red 237 ◦ green 48 ◦ blue 25

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

Shades of Scarlet #ED3019

Tints of Scarlet #ED3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 76.45%
G = 15.48%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED3019 (or 0xED3019) is known color: Scarlet. HEX triplet: ED, 30 and 19. RGB value is (237,48,25). Sum of RGB (Red+Green+Blue) = 237+48+25=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3019 is #12CFE6. Grayscale: #666666. Windows color (decimal): -1232871 or 1650925. OLE color: 1650925.

HSL color Cylindrical-coordinate representation of color #ED3019: hue angle of 6.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED3019 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 25 -
CMYK 0 0.80 0.89 0.07
HSL 6.51º 0.85% 0.51% -
HSV(B) 6.51º 0.89% 0.93% -
XYZ 36.16 20.19 2.91 -
YUV 101.89 84.62 224.37 -
System Red Green Blue C M Y K H S L
Decimal 237 48 25 0 0.80 0.89 0.07 6.51 0.85 0.51
Hex ED 30 19 0 50 59 7 7 55 33
Octal 355 60 31 0 120 131 7 7 125 63
Binary 11101101 110000 11001 0 1010000 1011001 111 111 1010101 110011

Color Harmonies of #ED3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3019

Black with #ED3019

Text Example


Text Example

White with #ED3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3019; }

 p { color: rgb(237,48,25); }

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

background-color css

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

 a { background-color: rgb(237,48,25); }

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

border-color css

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

 span { border-color: rgb(237,48,25); }

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