Html Css Color HEX #D51D30 Alizarin

📋 copy color: '#D51D30'

red 213 ◦ green 29 ◦ blue 48

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

Shades of Alizarin #D51D30

Tints of Alizarin #D51D30

RGB

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

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

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

R = 73.45%
G = 10%
B = 16.55%

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

#D51D30 (or 0xD51D30) is known color: Alizarin. HEX triplet: D5, 1D and 30. RGB value is (213,29,48). Sum of RGB (Red+Green+Blue) = 213+29+48=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51D30 is #2AE2CF. Grayscale: #565656. Windows color (decimal): -2810576 or 3153365. OLE color: 3153365.

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

Color convert

RGB 213 29 48 -
CMYK 0 0.86 0.77 0.16
HSL 353.8º 0.76% 0.47% -
HSV(B) 353.8º 0.86% 0.84% -
XYZ 28.41 15.24 4.24 -
YUV 86.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 213 29 48 0 0.86 0.77 0.16 353.8 0.76 0.47
Hex D5 1D 30 0 56 4D 10 162 4C 2F
Octal 325 35 60 0 126 115 20 542 114 57
Binary 11010101 11101 110000 0 1010110 1001101 10000 101100010 1001100 101111

Color Harmonies of #D51D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D30

Black with #D51D30

Text Example


Text Example

White with #D51D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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