Html Css Color HEX #EE1B0E Scarlet

📋 copy color: '#EE1B0E'

red 238 ◦ green 27 ◦ blue 14

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

Shades of Scarlet #EE1B0E

Tints of Scarlet #EE1B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

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

R = 85.3%
G = 9.68%
B = 5.02%

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

#EE1B0E (or 0xEE1B0E) is known color: Scarlet. HEX triplet: EE, 1B and 0E. RGB value is (238,27,14). Sum of RGB (Red+Green+Blue) = 238+27+14=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1B0E is #11E4F1. Grayscale: #585858. Windows color (decimal): -1172722 or 924654. OLE color: 924654.

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

Color convert

RGB 238 27 14 -
CMYK 0 0.89 0.94 0.07
HSL 3.48º 0.89% 0.49% -
HSV(B) 3.48º 0.94% 0.93% -
XYZ 35.73 18.99 2.2 -
YUV 88.61 85.9 234.56 -
System Red Green Blue C M Y K H S L
Decimal 238 27 14 0 0.89 0.94 0.07 3.48 0.89 0.49
Hex EE 1B E 0 59 5E 7 3 59 31
Octal 356 33 16 0 131 136 7 3 131 61
Binary 11101110 11011 1110 0 1011001 1011110 111 11 1011001 110001

Color Harmonies of #EE1B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1B0E

Black with #EE1B0E

Text Example


Text Example

White with #EE1B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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