Html Css Color HEX #EE1D1A Scarlet

📋 copy color: '#EE1D1A'

red 238 ◦ green 29 ◦ blue 26

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

Shades of Scarlet #EE1D1A

Tints of Scarlet #EE1D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 81.23%
G = 9.9%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE1D1A (or 0xEE1D1A) is known color: Scarlet. HEX triplet: EE, 1D and 1A. RGB value is (238,29,26). Sum of RGB (Red+Green+Blue) = 238+29+26=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D1A is #11E2E5. Grayscale: #5B5B5B. Windows color (decimal): -1172198 or 1711598. OLE color: 1711598.

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

Color convert

RGB 238 29 26 -
CMYK 0 0.88 0.89 0.07
HSL 0.85º 0.86% 0.52% -
HSV(B) 0.85º 0.89% 0.93% -
XYZ 35.89 19.13 2.78 -
YUV 91.15 91.24 232.74 -
System Red Green Blue C M Y K H S L
Decimal 238 29 26 0 0.88 0.89 0.07 0.85 0.86 0.52
Hex EE 1D 1A 0 58 59 7 1 56 34
Octal 356 35 32 0 130 131 7 1 126 64
Binary 11101110 11101 11010 0 1011000 1011001 111 1 1010110 110100

Color Harmonies of #EE1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D1A

Black with #EE1D1A

Text Example


Text Example

White with #EE1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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