Html Css Color HEX #D52830 Alizarin

📋 copy color: '#D52830'

red 213 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #D52830

Tints of Alizarin #D52830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 70.76%
G = 13.29%
B = 15.95%

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

#D52830 (or 0xD52830) is known color: Alizarin. HEX triplet: D5, 28 and 30. RGB value is (213,40,48). Sum of RGB (Red+Green+Blue) = 213+40+48=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D52830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52830 is #2AD7CF. Grayscale: #5C5C5C. Windows color (decimal): -2807760 or 3156181. OLE color: 3156181.

HSL color Cylindrical-coordinate representation of color #D52830: hue angle of 357.23º 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 #D52830 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 48 -
CMYK 0 0.81 0.77 0.16
HSL 357.23º 0.68% 0.5% -
HSV(B) 357.23º 0.81% 0.84% -
XYZ 28.73 15.88 4.35 -
YUV 92.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 213 40 48 0 0.81 0.77 0.16 357.23 0.68 0.5
Hex D5 28 30 0 51 4D 10 165 44 32
Octal 325 50 60 0 121 115 20 545 104 62
Binary 11010101 101000 110000 0 1010001 1001101 10000 101100101 1000100 110010

Color Harmonies of #D52830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52830

Black with #D52830

Text Example


Text Example

White with #D52830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52830; }

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

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

background-color css

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

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

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

border-color css

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

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

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