Html Css Color HEX #EE262B Alizarin

📋 copy color: '#EE262B'

red 238 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #EE262B

Tints of Alizarin #EE262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 74.61%
G = 11.91%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE262B (or 0xEE262B) is known color: Alizarin. HEX triplet: EE, 26 and 2B. RGB value is (238,38,43). Sum of RGB (Red+Green+Blue) = 238+38+43=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE262B is #11D9D4. Grayscale: #626262. Windows color (decimal): -1169877 or 2828014. OLE color: 2828014.

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

Color convert

RGB 238 38 43 -
CMYK 0 0.84 0.82 0.07
HSL 358.5º 0.85% 0.54% -
HSV(B) 358.5º 0.84% 0.93% -
XYZ 36.39 19.74 4.18 -
YUV 98.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 238 38 43 0 0.84 0.82 0.07 358.5 0.85 0.54
Hex EE 26 2B 0 54 52 7 166 55 36
Octal 356 46 53 0 124 122 7 546 125 66
Binary 11101110 100110 101011 0 1010100 1010010 111 101100110 1010101 110110

Color Harmonies of #EE262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE262B

Black with #EE262B

Text Example


Text Example

White with #EE262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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