Html Css Color HEX #ED2419 Scarlet

📋 copy color: '#ED2419'

red 237 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #ED2419

Tints of Scarlet #ED2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 79.53%
G = 12.08%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED2419 (or 0xED2419) is known color: Scarlet. HEX triplet: ED, 24 and 19. RGB value is (237,36,25). Sum of RGB (Red+Green+Blue) = 237+36+25=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2419 is #12DBE6. Grayscale: #5F5F5F. Windows color (decimal): -1235943 or 1647853. OLE color: 1647853.

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

Color convert

RGB 237 36 25 -
CMYK 0 0.85 0.89 0.07
HSL 3.11º 0.85% 0.51% -
HSV(B) 3.11º 0.89% 0.93% -
XYZ 35.73 19.34 2.77 -
YUV 94.85 88.59 229.39 -
System Red Green Blue C M Y K H S L
Decimal 237 36 25 0 0.85 0.89 0.07 3.11 0.85 0.51
Hex ED 24 19 0 55 59 7 3 55 33
Octal 355 44 31 0 125 131 7 3 125 63
Binary 11101101 100100 11001 0 1010101 1011001 111 11 1010101 110011

Color Harmonies of #ED2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2419

Black with #ED2419

Text Example


Text Example

White with #ED2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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