Html Css Color HEX #EE291A Scarlet

📋 copy color: '#EE291A'

red 238 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #EE291A

Tints of Scarlet #EE291A

RGB

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

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

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

R = 78.03%
G = 13.44%
B = 8.52%

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

#EE291A (or 0xEE291A) is known color: Scarlet. HEX triplet: EE, 29 and 1A. RGB value is (238,41,26). Sum of RGB (Red+Green+Blue) = 238+41+26=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE291A is #11D6E5. Grayscale: #626262. Windows color (decimal): -1169126 or 1714670. OLE color: 1714670.

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

Color convert

RGB 238 41 26 -
CMYK 0 0.83 0.89 0.07
HSL 4.25º 0.86% 0.52% -
HSV(B) 4.25º 0.89% 0.93% -
XYZ 36.24 19.84 2.9 -
YUV 98.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 238 41 26 0 0.83 0.89 0.07 4.25 0.86 0.52
Hex EE 29 1A 0 53 59 7 4 56 34
Octal 356 51 32 0 123 131 7 4 126 64
Binary 11101110 101001 11010 0 1010011 1011001 111 100 1010110 110100

Color Harmonies of #EE291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE291A

Black with #EE291A

Text Example


Text Example

White with #EE291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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