Html Css Color HEX #EE170D Scarlet

📋 copy color: '#EE170D'

red 238 ◦ green 23 ◦ blue 13

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

Shades of Scarlet #EE170D

Tints of Scarlet #EE170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

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

R = 86.86%
G = 8.39%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE170D (or 0xEE170D) is known color: Scarlet. HEX triplet: EE, 17 and 0D. RGB value is (238,23,13). Sum of RGB (Red+Green+Blue) = 238+23+13=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE170D is #11E8F2. Grayscale: #565656. Windows color (decimal): -1173747 or 858094. OLE color: 858094.

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

Color convert

RGB 238 23 13 -
CMYK 0 0.90 0.95 0.07
HSL 2.67º 0.9% 0.49% -
HSV(B) 2.67º 0.95% 0.93% -
XYZ 35.64 18.82 2.13 -
YUV 86.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 238 23 13 0 0.90 0.95 0.07 2.67 0.9 0.49
Hex EE 17 D 0 5A 5F 7 3 5A 31
Octal 356 27 15 0 132 137 7 3 132 61
Binary 11101110 10111 1101 0 1011010 1011111 111 11 1011010 110001

Color Harmonies of #EE170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE170D

Black with #EE170D

Text Example


Text Example

White with #EE170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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