Html Css Color HEX #EB182D Alizarin

📋 copy color: '#EB182D'

red 235 ◦ green 24 ◦ blue 45

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

Shades of Alizarin #EB182D

Tints of Alizarin #EB182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 77.3%
G = 7.89%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB182D (or 0xEB182D) is known color: Alizarin. HEX triplet: EB, 18 and 2D. RGB value is (235,24,45). Sum of RGB (Red+Green+Blue) = 235+24+45=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB182D is #14E7D2. Grayscale: #595959. Windows color (decimal): -1370067 or 2955499. OLE color: 2955499.

HSL color Cylindrical-coordinate representation of color #EB182D: hue angle of 354.03º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 45 -
CMYK 0 0.90 0.81 0.08
HSL 354.03º 0.84% 0.51% -
HSV(B) 354.03º 0.9% 0.92% -
XYZ 35.06 18.5 4.21 -
YUV 89.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 235 24 45 0 0.90 0.81 0.08 354.03 0.84 0.51
Hex EB 18 2D 0 5A 51 8 162 54 33
Octal 353 30 55 0 132 121 10 542 124 63
Binary 11101011 11000 101101 0 1011010 1010001 1000 101100010 1010100 110011

Color Harmonies of #EB182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB182D

Black with #EB182D

Text Example


Text Example

White with #EB182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB182D; }

 p { color: rgb(235,24,45); }

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

background-color css

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

 a { background-color: rgb(235,24,45); }

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

border-color css

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

 span { border-color: rgb(235,24,45); }

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