Html Css Color HEX #EE271A Scarlet

📋 copy color: '#EE271A'

red 238 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #EE271A

Tints of Scarlet #EE271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 78.55%
G = 12.87%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE271A (or 0xEE271A) is known color: Scarlet. HEX triplet: EE, 27 and 1A. RGB value is (238,39,26). Sum of RGB (Red+Green+Blue) = 238+39+26=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE271A is #11D8E5. Grayscale: #616161. Windows color (decimal): -1169638 or 1714158. OLE color: 1714158.

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

Color convert

RGB 238 39 26 -
CMYK 0 0.84 0.89 0.07
HSL 3.68º 0.86% 0.52% -
HSV(B) 3.68º 0.89% 0.93% -
XYZ 36.17 19.7 2.87 -
YUV 97.02 87.93 228.56 -
System Red Green Blue C M Y K H S L
Decimal 238 39 26 0 0.84 0.89 0.07 3.68 0.86 0.52
Hex EE 27 1A 0 54 59 7 4 56 34
Octal 356 47 32 0 124 131 7 4 126 64
Binary 11101110 100111 11010 0 1010100 1011001 111 100 1010110 110100

Color Harmonies of #EE271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE271A

Black with #EE271A

Text Example


Text Example

White with #EE271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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