Html Css Color HEX #E6292A Alizarin

📋 copy color: '#E6292A'

red 230 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #E6292A

Tints of Alizarin #E6292A

RGB

 RED value IS 230 (90.23% from 255) = 73.48%

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 73.48%
G = 13.1%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6292A (or 0xE6292A) is known color: Alizarin. HEX triplet: E6, 29 and 2A. RGB value is (230,41,42). Sum of RGB (Red+Green+Blue) = 230+41+42=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6292A is #19D6D5. Grayscale: #616161. Windows color (decimal): -1693398 or 2763238. OLE color: 2763238.

HSL color Cylindrical-coordinate representation of color #E6292A: hue angle of 359.68º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6292A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 42 -
CMYK 0 0.82 0.82 0.10
HSL 359.68º 0.79% 0.53% -
HSV(B) 359.68º 0.82% 0.9% -
XYZ 33.84 18.58 3.99 -
YUV 97.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 230 41 42 0 0.82 0.82 0.10 359.68 0.79 0.53
Hex E6 29 2A 0 52 52 A 168 4F 35
Octal 346 51 52 0 122 122 12 550 117 65
Binary 11100110 101001 101010 0 1010010 1010010 1010 101101000 1001111 110101

Color Harmonies of #E6292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6292A

Black with #E6292A

Text Example


Text Example

White with #E6292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6292A; }

 p { color: rgb(230,41,42); }

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

background-color css

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

 a { background-color: rgb(230,41,42); }

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

border-color css

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

 span { border-color: rgb(230,41,42); }

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