Html Css Color HEX #EE3513 Scarlet

📋 copy color: '#EE3513'

red 238 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #EE3513

Tints of Scarlet #EE3513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 76.77%
G = 17.1%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3513 (or 0xEE3513) is known color: Scarlet. HEX triplet: EE, 35 and 13. RGB value is (238,53,19). Sum of RGB (Red+Green+Blue) = 238+53+19=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3513 is #11CAEC. Grayscale: #686868. Windows color (decimal): -1166061 or 1258990. OLE color: 1258990.

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

Color convert

RGB 238 53 19 -
CMYK 0 0.78 0.92 0.07
HSL 9.32º 0.87% 0.5% -
HSV(B) 9.32º 0.92% 0.93% -
XYZ 36.65 20.77 2.69 -
YUV 104.44 79.79 223.26 -
System Red Green Blue C M Y K H S L
Decimal 238 53 19 0 0.78 0.92 0.07 9.32 0.87 0.5
Hex EE 35 13 0 4E 5C 7 9 57 32
Octal 356 65 23 0 116 134 7 11 127 62
Binary 11101110 110101 10011 0 1001110 1011100 111 1001 1010111 110010

Color Harmonies of #EE3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3513

Black with #EE3513

Text Example


Text Example

White with #EE3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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