Html Css Color HEX #EE350E Scarlet

📋 copy color: '#EE350E'

red 238 ◦ green 53 ◦ blue 14

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

Shades of Scarlet #EE350E

Tints of Scarlet #EE350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

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

R = 78.03%
G = 17.38%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE350E (or 0xEE350E) is known color: Scarlet. HEX triplet: EE, 35 and 0E. RGB value is (238,53,14). Sum of RGB (Red+Green+Blue) = 238+53+14=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE350E is #11CAF1. Grayscale: #686868. Windows color (decimal): -1166066 or 931310. OLE color: 931310.

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

Color convert

RGB 238 53 14 -
CMYK 0 0.78 0.94 0.07
HSL 10.45º 0.89% 0.49% -
HSV(B) 10.45º 0.94% 0.93% -
XYZ 36.61 20.76 2.49 -
YUV 103.87 77.29 223.67 -
System Red Green Blue C M Y K H S L
Decimal 238 53 14 0 0.78 0.94 0.07 10.45 0.89 0.49
Hex EE 35 E 0 4E 5E 7 A 59 31
Octal 356 65 16 0 116 136 7 12 131 61
Binary 11101110 110101 1110 0 1001110 1011110 111 1010 1011001 110001

Color Harmonies of #EE350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE350E

Black with #EE350E

Text Example


Text Example

White with #EE350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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