Html Css Color HEX #EE271E Scarlet

📋 copy color: '#EE271E'

red 238 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #EE271E

Tints of Scarlet #EE271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 77.52%
G = 12.7%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE271E (or 0xEE271E) is known color: Scarlet. HEX triplet: EE, 27 and 1E. RGB value is (238,39,30). Sum of RGB (Red+Green+Blue) = 238+39+30=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE271E is #11D8E1. Grayscale: #616161. Windows color (decimal): -1169634 or 1976302. OLE color: 1976302.

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

Color convert

RGB 238 39 30 -
CMYK 0 0.84 0.87 0.07
HSL 2.6º 0.86% 0.53% -
HSV(B) 2.6º 0.87% 0.93% -
XYZ 36.22 19.72 3.13 -
YUV 97.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 238 39 30 0 0.84 0.87 0.07 2.6 0.86 0.53
Hex EE 27 1E 0 54 57 7 3 56 35
Octal 356 47 36 0 124 127 7 3 126 65
Binary 11101110 100111 11110 0 1010100 1010111 111 11 1010110 110101

Color Harmonies of #EE271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE271E

Black with #EE271E

Text Example


Text Example

White with #EE271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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