Html Css Color HEX #EE262D Alizarin

📋 copy color: '#EE262D'

red 238 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #EE262D

Tints of Alizarin #EE262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 74.14%
G = 11.84%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE262D (or 0xEE262D) is known color: Alizarin. HEX triplet: EE, 26 and 2D. RGB value is (238,38,45). Sum of RGB (Red+Green+Blue) = 238+38+45=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE262D is #11D9D2. Grayscale: #626262. Windows color (decimal): -1169875 or 2959086. OLE color: 2959086.

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

Color convert

RGB 238 38 45 -
CMYK 0 0.84 0.81 0.07
HSL 357.9º 0.85% 0.54% -
HSV(B) 357.9º 0.84% 0.93% -
XYZ 36.43 19.75 4.38 -
YUV 98.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 238 38 45 0 0.84 0.81 0.07 357.9 0.85 0.54
Hex EE 26 2D 0 54 51 7 166 55 36
Octal 356 46 55 0 124 121 7 546 125 66
Binary 11101110 100110 101101 0 1010100 1010001 111 101100110 1010101 110110

Color Harmonies of #EE262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE262D

Black with #EE262D

Text Example


Text Example

White with #EE262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE262D; }

 p { color: rgb(238,38,45); }

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

background-color css

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

 a { background-color: rgb(238,38,45); }

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

border-color css

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

 span { border-color: rgb(238,38,45); }

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