Html Css Color HEX #EE3016 Scarlet

📋 copy color: '#EE3016'

red 238 ◦ green 48 ◦ blue 22

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

Shades of Scarlet #EE3016

Tints of Scarlet #EE3016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 77.27%
G = 15.58%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE3016 (or 0xEE3016) is known color: Scarlet. HEX triplet: EE, 30 and 16. RGB value is (238,48,22). Sum of RGB (Red+Green+Blue) = 238+48+22=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3016 is #11CFE9. Grayscale: #666666. Windows color (decimal): -1167338 or 1454318. OLE color: 1454318.

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

Color convert

RGB 238 48 22 -
CMYK 0 0.80 0.91 0.07
HSL 7.22º 0.86% 0.51% -
HSV(B) 7.22º 0.91% 0.93% -
XYZ 36.46 20.35 2.77 -
YUV 101.85 82.95 225.11 -
System Red Green Blue C M Y K H S L
Decimal 238 48 22 0 0.80 0.91 0.07 7.22 0.86 0.51
Hex EE 30 16 0 50 5B 7 7 56 33
Octal 356 60 26 0 120 133 7 7 126 63
Binary 11101110 110000 10110 0 1010000 1011011 111 111 1010110 110011

Color Harmonies of #EE3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3016

Black with #EE3016

Text Example


Text Example

White with #EE3016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3016; }

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

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

background-color css

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

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

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

border-color css

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

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

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