Html Css Color HEX #EE1F1D Scarlet

📋 copy color: '#EE1F1D'

red 238 ◦ green 31 ◦ blue 29

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

Shades of Scarlet #EE1F1D

Tints of Scarlet #EE1F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 79.87%
G = 10.4%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE1F1D (or 0xEE1F1D) is known color: Scarlet. HEX triplet: EE, 1F and 1D. RGB value is (238,31,29). Sum of RGB (Red+Green+Blue) = 238+31+29=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F1D is #11E0E2. Grayscale: #5C5C5C. Windows color (decimal): -1171683 or 1908718. OLE color: 1908718.

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

Color convert

RGB 238 31 29 -
CMYK 0 0.87 0.88 0.07
HSL 0.57º 0.86% 0.52% -
HSV(B) 0.57º 0.88% 0.93% -
XYZ 35.97 19.25 2.98 -
YUV 92.67 92.08 231.66 -
System Red Green Blue C M Y K H S L
Decimal 238 31 29 0 0.87 0.88 0.07 0.57 0.86 0.52
Hex EE 1F 1D 0 57 58 7 1 56 34
Octal 356 37 35 0 127 130 7 1 126 64
Binary 11101110 11111 11101 0 1010111 1011000 111 1 1010110 110100

Color Harmonies of #EE1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F1D

Black with #EE1F1D

Text Example


Text Example

White with #EE1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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