Html Css Color HEX #EE1D14 Scarlet

📋 copy color: '#EE1D14'

red 238 ◦ green 29 ◦ blue 20

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

Shades of Scarlet #EE1D14

Tints of Scarlet #EE1D14

RGB

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

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

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

R = 82.93%
G = 10.1%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE1D14 (or 0xEE1D14) is known color: Scarlet. HEX triplet: EE, 1D and 14. RGB value is (238,29,20). Sum of RGB (Red+Green+Blue) = 238+29+20=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1D14 is #11E2EB. Grayscale: #5A5A5A. Windows color (decimal): -1172204 or 1318382. OLE color: 1318382.

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

Color convert

RGB 238 29 20 -
CMYK 0 0.88 0.92 0.07
HSL 2.48º 0.87% 0.51% -
HSV(B) 2.48º 0.92% 0.93% -
XYZ 35.83 19.11 2.46 -
YUV 90.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 238 29 20 0 0.88 0.92 0.07 2.48 0.87 0.51
Hex EE 1D 14 0 58 5C 7 2 57 33
Octal 356 35 24 0 130 134 7 2 127 63
Binary 11101110 11101 10100 0 1011000 1011100 111 10 1010111 110011

Color Harmonies of #EE1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D14

Black with #EE1D14

Text Example


Text Example

White with #EE1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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