Html Css Color HEX #EE3014 Scarlet

📋 copy color: '#EE3014'

red 238 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #EE3014

Tints of Scarlet #EE3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 77.78%
G = 15.69%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3014 (or 0xEE3014) is known color: Scarlet. HEX triplet: EE, 30 and 14. RGB value is (238,48,20). Sum of RGB (Red+Green+Blue) = 238+48+20=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3014 is #11CFEB. Grayscale: #656565. Windows color (decimal): -1167340 or 1323246. OLE color: 1323246.

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

Color convert

RGB 238 48 20 -
CMYK 0 0.80 0.92 0.07
HSL 7.71º 0.87% 0.51% -
HSV(B) 7.71º 0.92% 0.93% -
XYZ 36.44 20.34 2.67 -
YUV 101.62 81.95 225.28 -
System Red Green Blue C M Y K H S L
Decimal 238 48 20 0 0.80 0.92 0.07 7.71 0.87 0.51
Hex EE 30 14 0 50 5C 7 8 57 33
Octal 356 60 24 0 120 134 7 10 127 63
Binary 11101110 110000 10100 0 1010000 1011100 111 1000 1010111 110011

Color Harmonies of #EE3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3014

Black with #EE3014

Text Example


Text Example

White with #EE3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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