Html Css Color HEX #D52130 Alizarin

📋 copy color: '#D52130'

red 213 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #D52130

Tints of Alizarin #D52130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 72.45%
G = 11.22%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D52130 (or 0xD52130) is known color: Alizarin. HEX triplet: D5, 21 and 30. RGB value is (213,33,48). Sum of RGB (Red+Green+Blue) = 213+33+48=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D52130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52130 is #2ADECF. Grayscale: #585858. Windows color (decimal): -2809552 or 3154389. OLE color: 3154389.

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

Color convert

RGB 213 33 48 -
CMYK 0 0.85 0.77 0.16
HSL 355º 0.73% 0.48% -
HSV(B) 355º 0.85% 0.84% -
XYZ 28.52 15.45 4.27 -
YUV 88.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 213 33 48 0 0.85 0.77 0.16 355 0.73 0.48
Hex D5 21 30 0 55 4D 10 163 49 30
Octal 325 41 60 0 125 115 20 543 111 60
Binary 11010101 100001 110000 0 1010101 1001101 10000 101100011 1001001 110000

Color Harmonies of #D52130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52130

Black with #D52130

Text Example


Text Example

White with #D52130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52130; }

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

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

background-color css

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

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

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

border-color css

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

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

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