Html Css Color HEX #EE3017 Scarlet

📋 copy color: '#EE3017'

red 238 ◦ green 48 ◦ blue 23

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

Shades of Scarlet #EE3017

Tints of Scarlet #EE3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 77.02%
G = 15.53%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3017 (or 0xEE3017) is known color: Scarlet. HEX triplet: EE, 30 and 17. RGB value is (238,48,23). Sum of RGB (Red+Green+Blue) = 238+48+23=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3017 is #11CFE8. Grayscale: #666666. Windows color (decimal): -1167337 or 1519854. OLE color: 1519854.

HSL color Cylindrical-coordinate representation of color #EE3017: hue angle of 6.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE3017 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 23 -
CMYK 0 0.80 0.90 0.07
HSL 6.98º 0.86% 0.51% -
HSV(B) 6.98º 0.9% 0.93% -
XYZ 36.47 20.35 2.82 -
YUV 101.96 83.45 225.03 -
System Red Green Blue C M Y K H S L
Decimal 238 48 23 0 0.80 0.90 0.07 6.98 0.86 0.51
Hex EE 30 17 0 50 5A 7 7 56 33
Octal 356 60 27 0 120 132 7 7 126 63
Binary 11101110 110000 10111 0 1010000 1011010 111 111 1010110 110011

Color Harmonies of #EE3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3017

Black with #EE3017

Text Example


Text Example

White with #EE3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3017; }

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

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

background-color css

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

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

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

border-color css

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

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

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