Html Css Color HEX #EE1D15 Scarlet

📋 copy color: '#EE1D15'

red 238 ◦ green 29 ◦ blue 21

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

Shades of Scarlet #EE1D15

Tints of Scarlet #EE1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 82.64%
G = 10.07%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE1D15 (or 0xEE1D15) is known color: Scarlet. HEX triplet: EE, 1D and 15. RGB value is (238,29,21). Sum of RGB (Red+Green+Blue) = 238+29+21=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1D15 is #11E2EA. Grayscale: #5A5A5A. Windows color (decimal): -1172203 or 1383918. OLE color: 1383918.

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

Color convert

RGB 238 29 21 -
CMYK 0 0.88 0.91 0.07
HSL 2.21º 0.86% 0.51% -
HSV(B) 2.21º 0.91% 0.93% -
XYZ 35.83 19.11 2.51 -
YUV 90.58 88.74 233.15 -
System Red Green Blue C M Y K H S L
Decimal 238 29 21 0 0.88 0.91 0.07 2.21 0.86 0.51
Hex EE 1D 15 0 58 5B 7 2 56 33
Octal 356 35 25 0 130 133 7 2 126 63
Binary 11101110 11101 10101 0 1011000 1011011 111 10 1010110 110011

Color Harmonies of #EE1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D15

Black with #EE1D15

Text Example


Text Example

White with #EE1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D15; }

 p { color: rgb(238,29,21); }

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

background-color css

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

 a { background-color: rgb(238,29,21); }

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

border-color css

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

 span { border-color: rgb(238,29,21); }

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