Html Css Color HEX #ED2A19 Scarlet

📋 copy color: '#ED2A19'

red 237 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #ED2A19

Tints of Scarlet #ED2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

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

R = 77.96%
G = 13.82%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED2A19 (or 0xED2A19) is known color: Scarlet. HEX triplet: ED, 2A and 19. RGB value is (237,42,25). Sum of RGB (Red+Green+Blue) = 237+42+25=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A19 is #12D5E6. Grayscale: #626262. Windows color (decimal): -1234407 or 1649389. OLE color: 1649389.

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

Color convert

RGB 237 42 25 -
CMYK 0 0.82 0.89 0.07
HSL 4.81º 0.85% 0.51% -
HSV(B) 4.81º 0.89% 0.93% -
XYZ 35.93 19.73 2.83 -
YUV 98.37 86.6 226.88 -
System Red Green Blue C M Y K H S L
Decimal 237 42 25 0 0.82 0.89 0.07 4.81 0.85 0.51
Hex ED 2A 19 0 52 59 7 5 55 33
Octal 355 52 31 0 122 131 7 5 125 63
Binary 11101101 101010 11001 0 1010010 1011001 111 101 1010101 110011

Color Harmonies of #ED2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A19

Black with #ED2A19

Text Example


Text Example

White with #ED2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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