Html Css Color HEX #EE1915 Scarlet

📋 copy color: '#EE1915'

red 238 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #EE1915

Tints of Scarlet #EE1915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 83.8%
G = 8.8%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE1915 (or 0xEE1915) is known color: Scarlet. HEX triplet: EE, 19 and 15. RGB value is (238,25,21). Sum of RGB (Red+Green+Blue) = 238+25+21=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1915 is #11E6EA. Grayscale: #585858. Windows color (decimal): -1173227 or 1382894. OLE color: 1382894.

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

Color convert

RGB 238 25 21 -
CMYK 0 0.89 0.91 0.07
HSL 1.11º 0.86% 0.51% -
HSV(B) 1.11º 0.91% 0.93% -
XYZ 35.74 18.93 2.48 -
YUV 88.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 238 25 21 0 0.89 0.91 0.07 1.11 0.86 0.51
Hex EE 19 15 0 59 5B 7 1 56 33
Octal 356 31 25 0 131 133 7 1 126 63
Binary 11101110 11001 10101 0 1011001 1011011 111 1 1010110 110011

Color Harmonies of #EE1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1915

Black with #EE1915

Text Example


Text Example

White with #EE1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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