Html Css Color HEX #EE190F Scarlet

📋 copy color: '#EE190F'

red 238 ◦ green 25 ◦ blue 15

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

Shades of Scarlet #EE190F

Tints of Scarlet #EE190F

RGB

 RED value IS 238 (93.36% from 255) = 85.61%

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

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

R = 85.61%
G = 8.99%
B = 5.4%

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

#EE190F (or 0xEE190F) is known color: Scarlet. HEX triplet: EE, 19 and 0F. RGB value is (238,25,15). Sum of RGB (Red+Green+Blue) = 238+25+15=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE190F is #11E6F0. Grayscale: #575757. Windows color (decimal): -1173233 or 989678. OLE color: 989678.

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

Color convert

RGB 238 25 15 -
CMYK 0 0.89 0.94 0.07
HSL 2.69º 0.88% 0.5% -
HSV(B) 2.69º 0.94% 0.93% -
XYZ 35.69 18.91 2.22 -
YUV 87.55 87.07 235.31 -
System Red Green Blue C M Y K H S L
Decimal 238 25 15 0 0.89 0.94 0.07 2.69 0.88 0.5
Hex EE 19 F 0 59 5E 7 3 58 32
Octal 356 31 17 0 131 136 7 3 130 62
Binary 11101110 11001 1111 0 1011001 1011110 111 11 1011000 110010

Color Harmonies of #EE190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE190F

Black with #EE190F

Text Example


Text Example

White with #EE190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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