Html Css Color HEX #ED190F Scarlet

📋 copy color: '#ED190F'

red 237 ◦ green 25 ◦ blue 15

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

Shades of Scarlet #ED190F

Tints of Scarlet #ED190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 85.56%
G = 9.03%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED190F (or 0xED190F) is known color: Scarlet. HEX triplet: ED, 19 and 0F. RGB value is (237,25,15). Sum of RGB (Red+Green+Blue) = 237+25+15=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED190F is #12E6F0. Grayscale: #575757. Windows color (decimal): -1238769 or 989677. OLE color: 989677.

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

Color convert

RGB 237 25 15 -
CMYK 0 0.89 0.94 0.07
HSL 2.7º 0.88% 0.49% -
HSV(B) 2.7º 0.94% 0.93% -
XYZ 35.36 18.73 2.2 -
YUV 87.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 237 25 15 0 0.89 0.94 0.07 2.7 0.88 0.49
Hex ED 19 F 0 59 5E 7 3 58 31
Octal 355 31 17 0 131 136 7 3 130 61
Binary 11101101 11001 1111 0 1011001 1011110 111 11 1011000 110001

Color Harmonies of #ED190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED190F

Black with #ED190F

Text Example


Text Example

White with #ED190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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