Html Css Color HEX #EE1F1B Scarlet

📋 copy color: '#EE1F1B'

red 238 ◦ green 31 ◦ blue 27

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

Shades of Scarlet #EE1F1B

Tints of Scarlet #EE1F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 80.41%
G = 10.47%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE1F1B (or 0xEE1F1B) is known color: Scarlet. HEX triplet: EE, 1F and 1B. RGB value is (238,31,27). Sum of RGB (Red+Green+Blue) = 238+31+27=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F1B is #11E0E4. Grayscale: #5C5C5C. Windows color (decimal): -1171685 or 1777646. OLE color: 1777646.

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

Color convert

RGB 238 31 27 -
CMYK 0 0.87 0.89 0.07
HSL 1.14º 0.86% 0.52% -
HSV(B) 1.14º 0.89% 0.93% -
XYZ 35.95 19.24 2.86 -
YUV 92.44 91.08 231.83 -
System Red Green Blue C M Y K H S L
Decimal 238 31 27 0 0.87 0.89 0.07 1.14 0.86 0.52
Hex EE 1F 1B 0 57 59 7 1 56 34
Octal 356 37 33 0 127 131 7 1 126 64
Binary 11101110 11111 11011 0 1010111 1011001 111 1 1010110 110100

Color Harmonies of #EE1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F1B

Black with #EE1F1B

Text Example


Text Example

White with #EE1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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