Html Css Color HEX #EE271C Scarlet

📋 copy color: '#EE271C'

red 238 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #EE271C

Tints of Scarlet #EE271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 78.03%
G = 12.79%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE271C (or 0xEE271C) is known color: Scarlet. HEX triplet: EE, 27 and 1C. RGB value is (238,39,28). Sum of RGB (Red+Green+Blue) = 238+39+28=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE271C is #11D8E3. Grayscale: #616161. Windows color (decimal): -1169636 or 1845230. OLE color: 1845230.

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

Color convert

RGB 238 39 28 -
CMYK 0 0.84 0.88 0.07
HSL 3.14º 0.86% 0.52% -
HSV(B) 3.14º 0.88% 0.93% -
XYZ 36.2 19.71 3 -
YUV 97.25 88.93 228.39 -
System Red Green Blue C M Y K H S L
Decimal 238 39 28 0 0.84 0.88 0.07 3.14 0.86 0.52
Hex EE 27 1C 0 54 58 7 3 56 34
Octal 356 47 34 0 124 130 7 3 126 64
Binary 11101110 100111 11100 0 1010100 1011000 111 11 1010110 110100

Color Harmonies of #EE271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE271C

Black with #EE271C

Text Example


Text Example

White with #EE271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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