Html Css Color HEX #EE320E Scarlet

📋 copy color: '#EE320E'

red 238 ◦ green 50 ◦ blue 14

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

Shades of Scarlet #EE320E

Tints of Scarlet #EE320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 78.81%
G = 16.56%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE320E (or 0xEE320E) is known color: Scarlet. HEX triplet: EE, 32 and 0E. RGB value is (238,50,14). Sum of RGB (Red+Green+Blue) = 238+50+14=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE320E is #11CDF1. Grayscale: #666666. Windows color (decimal): -1166834 or 930542. OLE color: 930542.

HSL color Cylindrical-coordinate representation of color #EE320E: hue angle of 9.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE320E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 50 14 -
CMYK 0 0.79 0.94 0.07
HSL 9.64º 0.89% 0.49% -
HSV(B) 9.64º 0.94% 0.93% -
XYZ 36.48 20.49 2.45 -
YUV 102.11 78.28 224.93 -
System Red Green Blue C M Y K H S L
Decimal 238 50 14 0 0.79 0.94 0.07 9.64 0.89 0.49
Hex EE 32 E 0 4F 5E 7 A 59 31
Octal 356 62 16 0 117 136 7 12 131 61
Binary 11101110 110010 1110 0 1001111 1011110 111 1010 1011001 110001

Color Harmonies of #EE320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE320E

Black with #EE320E

Text Example


Text Example

White with #EE320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE320E; }

 p { color: rgb(238,50,14); }

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

background-color css

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

 a { background-color: rgb(238,50,14); }

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

border-color css

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

 span { border-color: rgb(238,50,14); }

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