Html Css Color HEX #EE150E Scarlet

📋 copy color: '#EE150E'

red 238 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #EE150E

Tints of Scarlet #EE150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 87.18%
G = 7.69%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE150E (or 0xEE150E) is known color: Scarlet. HEX triplet: EE, 15 and 0E. RGB value is (238,21,14). Sum of RGB (Red+Green+Blue) = 238+21+14=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE150E is #11EAF1. Grayscale: #555555. Windows color (decimal): -1174258 or 923118. OLE color: 923118.

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

Color convert

RGB 238 21 14 -
CMYK 0 0.91 0.94 0.07
HSL 1.88º 0.89% 0.49% -
HSV(B) 1.88º 0.94% 0.93% -
XYZ 35.61 18.75 2.16 -
YUV 85.09 87.89 237.07 -
System Red Green Blue C M Y K H S L
Decimal 238 21 14 0 0.91 0.94 0.07 1.88 0.89 0.49
Hex EE 15 E 0 5B 5E 7 2 59 31
Octal 356 25 16 0 133 136 7 2 131 61
Binary 11101110 10101 1110 0 1011011 1011110 111 10 1011001 110001

Color Harmonies of #EE150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE150E

Black with #EE150E

Text Example


Text Example

White with #EE150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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