Html Css Color HEX #EE3018 Scarlet

📋 copy color: '#EE3018'

red 238 ◦ green 48 ◦ blue 24

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

Shades of Scarlet #EE3018

Tints of Scarlet #EE3018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 76.77%
G = 15.48%
B = 7.74%

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

#EE3018 (or 0xEE3018) is known color: Scarlet. HEX triplet: EE, 30 and 18. RGB value is (238,48,24). Sum of RGB (Red+Green+Blue) = 238+48+24=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3018 is #11CFE7. Grayscale: #666666. Windows color (decimal): -1167336 or 1585390. OLE color: 1585390.

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

Color convert

RGB 238 48 24 -
CMYK 0 0.80 0.90 0.07
HSL 6.73º 0.86% 0.51% -
HSV(B) 6.73º 0.9% 0.93% -
XYZ 36.48 20.36 2.87 -
YUV 102.07 83.95 224.95 -
System Red Green Blue C M Y K H S L
Decimal 238 48 24 0 0.80 0.90 0.07 6.73 0.86 0.51
Hex EE 30 18 0 50 5A 7 7 56 33
Octal 356 60 30 0 120 132 7 7 126 63
Binary 11101110 110000 11000 0 1010000 1011010 111 111 1010110 110011

Color Harmonies of #EE3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3018

Black with #EE3018

Text Example


Text Example

White with #EE3018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3018; }

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

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

background-color css

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

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

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

border-color css

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

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

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