Html Css Color HEX #EE1F1C Scarlet

📋 copy color: '#EE1F1C'

red 238 ◦ green 31 ◦ blue 28

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

Shades of Scarlet #EE1F1C

Tints of Scarlet #EE1F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 80.13%
G = 10.44%
B = 9.43%

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

#EE1F1C (or 0xEE1F1C) is known color: Scarlet. HEX triplet: EE, 1F and 1C. RGB value is (238,31,28). Sum of RGB (Red+Green+Blue) = 238+31+28=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F1C is #11E0E3. Grayscale: #5C5C5C. Windows color (decimal): -1171684 or 1843182. OLE color: 1843182.

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

Color convert

RGB 238 31 28 -
CMYK 0 0.87 0.88 0.07
HSL 0.86º 0.86% 0.52% -
HSV(B) 0.86º 0.88% 0.93% -
XYZ 35.96 19.24 2.92 -
YUV 92.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 238 31 28 0 0.87 0.88 0.07 0.86 0.86 0.52
Hex EE 1F 1C 0 57 58 7 1 56 34
Octal 356 37 34 0 127 130 7 1 126 64
Binary 11101110 11111 11100 0 1010111 1011000 111 1 1010110 110100

Color Harmonies of #EE1F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F1C

Black with #EE1F1C

Text Example


Text Example

White with #EE1F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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