Html Css Color HEX #D52930 Alizarin

📋 copy color: '#D52930'

red 213 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #D52930

Tints of Alizarin #D52930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 70.53%
G = 13.58%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D52930 (or 0xD52930) is known color: Alizarin. HEX triplet: D5, 29 and 30. RGB value is (213,41,48). Sum of RGB (Red+Green+Blue) = 213+41+48=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52930 is #2AD6CF. Grayscale: #5D5D5D. Windows color (decimal): -2807504 or 3156437. OLE color: 3156437.

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

Color convert

RGB 213 41 48 -
CMYK 0 0.81 0.77 0.16
HSL 357.56º 0.68% 0.5% -
HSV(B) 357.56º 0.81% 0.84% -
XYZ 28.77 15.95 4.36 -
YUV 93.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 213 41 48 0 0.81 0.77 0.16 357.56 0.68 0.5
Hex D5 29 30 0 51 4D 10 166 44 32
Octal 325 51 60 0 121 115 20 546 104 62
Binary 11010101 101001 110000 0 1010001 1001101 10000 101100110 1000100 110010

Color Harmonies of #D52930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52930

Black with #D52930

Text Example


Text Example

White with #D52930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52930; }

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

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

background-color css

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

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

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

border-color css

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

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

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