Html Css Color HEX #EB1D25 Alizarin

📋 copy color: '#EB1D25'

red 235 ◦ green 29 ◦ blue 37

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

Shades of Alizarin #EB1D25

Tints of Alizarin #EB1D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 78.07%
G = 9.63%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB1D25 (or 0xEB1D25) is known color: Alizarin. HEX triplet: EB, 1D and 25. RGB value is (235,29,37). Sum of RGB (Red+Green+Blue) = 235+29+37=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D25 is #14E2DA. Grayscale: #5B5B5B. Windows color (decimal): -1368795 or 2432491. OLE color: 2432491.

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

Color convert

RGB 235 29 37 -
CMYK 0 0.88 0.84 0.08
HSL 357.67º 0.84% 0.52% -
HSV(B) 357.67º 0.88% 0.92% -
XYZ 35.03 18.67 3.51 -
YUV 91.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 235 29 37 0 0.88 0.84 0.08 357.67 0.84 0.52
Hex EB 1D 25 0 58 54 8 166 54 34
Octal 353 35 45 0 130 124 10 546 124 64
Binary 11101011 11101 100101 0 1011000 1010100 1000 101100110 1010100 110100

Color Harmonies of #EB1D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D25

Black with #EB1D25

Text Example


Text Example

White with #EB1D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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