Html Css Color HEX #EB292E Alizarin

📋 copy color: '#EB292E'

red 235 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #EB292E

Tints of Alizarin #EB292E

RGB

 RED value IS 235 (92.19% from 255) = 72.98%

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

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 72.98%
G = 12.73%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB292E (or 0xEB292E) is known color: Alizarin. HEX triplet: EB, 29 and 2E. RGB value is (235,41,46). Sum of RGB (Red+Green+Blue) = 235+41+46=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB292E is #14D6D1. Grayscale: #636363. Windows color (decimal): -1365714 or 3025387. OLE color: 3025387.

HSL color Cylindrical-coordinate representation of color #EB292E: hue angle of 358.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB292E is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 46 -
CMYK 0 0.83 0.80 0.08
HSL 358.45º 0.83% 0.54% -
HSV(B) 358.45º 0.83% 0.92% -
XYZ 35.55 19.45 4.46 -
YUV 99.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 235 41 46 0 0.83 0.80 0.08 358.45 0.83 0.54
Hex EB 29 2E 0 53 50 8 166 53 36
Octal 353 51 56 0 123 120 10 546 123 66
Binary 11101011 101001 101110 0 1010011 1010000 1000 101100110 1010011 110110

Color Harmonies of #EB292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB292E

Black with #EB292E

Text Example


Text Example

White with #EB292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB292E; }

 p { color: rgb(235,41,46); }

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

background-color css

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

 a { background-color: rgb(235,41,46); }

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

border-color css

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

 span { border-color: rgb(235,41,46); }

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