Html Css Color HEX #EE1715 Scarlet

📋 copy color: '#EE1715'

red 238 ◦ green 23 ◦ blue 21

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

Shades of Scarlet #EE1715

Tints of Scarlet #EE1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 84.4%
G = 8.16%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE1715 (or 0xEE1715) is known color: Scarlet. HEX triplet: EE, 17 and 15. RGB value is (238,23,21). Sum of RGB (Red+Green+Blue) = 238+23+21=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1715 is #11E8EA. Grayscale: #575757. Windows color (decimal): -1173739 or 1382382. OLE color: 1382382.

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

Color convert

RGB 238 23 21 -
CMYK 0 0.90 0.91 0.07
HSL 0.55º 0.86% 0.51% -
HSV(B) 0.55º 0.91% 0.93% -
XYZ 35.7 18.84 2.47 -
YUV 87.06 90.73 235.66 -
System Red Green Blue C M Y K H S L
Decimal 238 23 21 0 0.90 0.91 0.07 0.55 0.86 0.51
Hex EE 17 15 0 5A 5B 7 1 56 33
Octal 356 27 25 0 132 133 7 1 126 63
Binary 11101110 10111 10101 0 1011010 1011011 111 1 1010110 110011

Color Harmonies of #EE1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1715

Black with #EE1715

Text Example


Text Example

White with #EE1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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