Html Css Color HEX #D51E30 Alizarin

📋 copy color: '#D51E30'

red 213 ◦ green 30 ◦ blue 48

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

Shades of Alizarin #D51E30

Tints of Alizarin #D51E30

RGB

 RED value IS 213 (83.59% from 255) = 73.2%

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 73.2%
G = 10.31%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51E30 (or 0xD51E30) is known color: Alizarin. HEX triplet: D5, 1E and 30. RGB value is (213,30,48). Sum of RGB (Red+Green+Blue) = 213+30+48=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E30 is #2AE1CF. Grayscale: #565656. Windows color (decimal): -2810320 or 3153621. OLE color: 3153621.

HSL color Cylindrical-coordinate representation of color #D51E30: hue angle of 354.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E30 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 30 48 -
CMYK 0 0.86 0.77 0.16
HSL 354.1º 0.75% 0.48% -
HSV(B) 354.1º 0.86% 0.84% -
XYZ 28.44 15.29 4.25 -
YUV 86.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 213 30 48 0 0.86 0.77 0.16 354.1 0.75 0.48
Hex D5 1E 30 0 56 4D 10 162 4B 30
Octal 325 36 60 0 126 115 20 542 113 60
Binary 11010101 11110 110000 0 1010110 1001101 10000 101100010 1001011 110000

Color Harmonies of #D51E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E30

Black with #D51E30

Text Example


Text Example

White with #D51E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E30; }

 p { color: rgb(213,30,48); }

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

background-color css

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

 a { background-color: rgb(213,30,48); }

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

border-color css

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

 span { border-color: rgb(213,30,48); }

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