Html Css Color HEX #EB1D1F Alizarin

📋 copy color: '#EB1D1F'

red 235 ◦ green 29 ◦ blue 31

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

Shades of Alizarin #EB1D1F

Tints of Alizarin #EB1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 79.66%
G = 9.83%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB1D1F (or 0xEB1D1F) is known color: Alizarin. HEX triplet: EB, 1D and 1F. RGB value is (235,29,31). Sum of RGB (Red+Green+Blue) = 235+29+31=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D1F is #14E2E0. Grayscale: #5B5B5B. Windows color (decimal): -1368801 or 2039275. OLE color: 2039275.

HSL color Cylindrical-coordinate representation of color #EB1D1F: hue angle of 359.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 29 31 -
CMYK 0 0.88 0.87 0.08
HSL 359.42º 0.84% 0.52% -
HSV(B) 359.42º 0.88% 0.92% -
XYZ 34.95 18.64 3.05 -
YUV 90.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 235 29 31 0 0.88 0.87 0.08 359.42 0.84 0.52
Hex EB 1D 1F 0 58 57 8 167 54 34
Octal 353 35 37 0 130 127 10 547 124 64
Binary 11101011 11101 11111 0 1011000 1010111 1000 101100111 1010100 110100

Color Harmonies of #EB1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D1F

Black with #EB1D1F

Text Example


Text Example

White with #EB1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D1F; }

 p { color: rgb(235,29,31); }

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

background-color css

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

 a { background-color: rgb(235,29,31); }

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

border-color css

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

 span { border-color: rgb(235,29,31); }

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