Html Css Color HEX #EE291B Scarlet

📋 copy color: '#EE291B'

red 238 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #EE291B

Tints of Scarlet #EE291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 77.78%
G = 13.4%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE291B (or 0xEE291B) is known color: Scarlet. HEX triplet: EE, 29 and 1B. RGB value is (238,41,27). Sum of RGB (Red+Green+Blue) = 238+41+27=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE291B is #11D6E4. Grayscale: #626262. Windows color (decimal): -1169125 or 1780206. OLE color: 1780206.

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

Color convert

RGB 238 41 27 -
CMYK 0 0.83 0.89 0.07
HSL 3.98º 0.86% 0.52% -
HSV(B) 3.98º 0.89% 0.93% -
XYZ 36.25 19.84 2.96 -
YUV 98.31 87.77 227.64 -
System Red Green Blue C M Y K H S L
Decimal 238 41 27 0 0.83 0.89 0.07 3.98 0.86 0.52
Hex EE 29 1B 0 53 59 7 4 56 34
Octal 356 51 33 0 123 131 7 4 126 64
Binary 11101110 101001 11011 0 1010011 1011001 111 100 1010110 110100

Color Harmonies of #EE291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE291B

Black with #EE291B

Text Example


Text Example

White with #EE291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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