Html Css Color HEX #EE190B Scarlet

📋 copy color: '#EE190B'

red 238 ◦ green 25 ◦ blue 11

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

Shades of Scarlet #EE190B

Tints of Scarlet #EE190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 86.86%
G = 9.12%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE190B (or 0xEE190B) is known color: Scarlet. HEX triplet: EE, 19 and 0B. RGB value is (238,25,11). Sum of RGB (Red+Green+Blue) = 238+25+11=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE190B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE190B is #11E6F4. Grayscale: #575757. Windows color (decimal): -1173237 or 727534. OLE color: 727534.

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

Color convert

RGB 238 25 11 -
CMYK 0 0.89 0.95 0.07
HSL 3.7º 0.91% 0.49% -
HSV(B) 3.7º 0.95% 0.93% -
XYZ 35.67 18.9 2.08 -
YUV 87.09 85.07 235.64 -
System Red Green Blue C M Y K H S L
Decimal 238 25 11 0 0.89 0.95 0.07 3.7 0.91 0.49
Hex EE 19 B 0 59 5F 7 4 5B 31
Octal 356 31 13 0 131 137 7 4 133 61
Binary 11101110 11001 1011 0 1011001 1011111 111 100 1011011 110001

Color Harmonies of #EE190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE190B

Black with #EE190B

Text Example


Text Example

White with #EE190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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