Html Css Color HEX #EE160D Scarlet

📋 copy color: '#EE160D'

red 238 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #EE160D

Tints of Scarlet #EE160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 87.18%
G = 8.06%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE160D (or 0xEE160D) is known color: Scarlet. HEX triplet: EE, 16 and 0D. RGB value is (238,22,13). Sum of RGB (Red+Green+Blue) = 238+22+13=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE160D is #11E9F2. Grayscale: #555555. Windows color (decimal): -1174003 or 857838. OLE color: 857838.

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

Color convert

RGB 238 22 13 -
CMYK 0 0.91 0.95 0.07
HSL 2.4º 0.9% 0.49% -
HSV(B) 2.4º 0.95% 0.93% -
XYZ 35.62 18.78 2.13 -
YUV 85.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 238 22 13 0 0.91 0.95 0.07 2.4 0.9 0.49
Hex EE 16 D 0 5B 5F 7 2 5A 31
Octal 356 26 15 0 133 137 7 2 132 61
Binary 11101110 10110 1101 0 1011011 1011111 111 10 1011010 110001

Color Harmonies of #EE160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE160D

Black with #EE160D

Text Example


Text Example

White with #EE160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE160D; }

 p { color: rgb(238,22,13); }

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

background-color css

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

 a { background-color: rgb(238,22,13); }

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

border-color css

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

 span { border-color: rgb(238,22,13); }

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