Html Css Color HEX #EE160F Scarlet

📋 copy color: '#EE160F'

red 238 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #EE160F

Tints of Scarlet #EE160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.45%

R = 86.55%
G = 8%
B = 5.45%

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

#EE160F (or 0xEE160F) is known color: Scarlet. HEX triplet: EE, 16 and 0F. RGB value is (238,22,15). Sum of RGB (Red+Green+Blue) = 238+22+15=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE160F is #11E9F0. Grayscale: #565656. Windows color (decimal): -1174001 or 988910. OLE color: 988910.

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

Color convert

RGB 238 22 15 -
CMYK 0 0.91 0.94 0.07
HSL 1.88º 0.88% 0.5% -
HSV(B) 1.88º 0.94% 0.93% -
XYZ 35.63 18.79 2.2 -
YUV 85.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 238 22 15 0 0.91 0.94 0.07 1.88 0.88 0.5
Hex EE 16 F 0 5B 5E 7 2 58 32
Octal 356 26 17 0 133 136 7 2 130 62
Binary 11101110 10110 1111 0 1011011 1011110 111 10 1011000 110010

Color Harmonies of #EE160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE160F

Black with #EE160F

Text Example


Text Example

White with #EE160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE160F; }

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

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

background-color css

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

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

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

border-color css

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

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

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