Html Css Color HEX #D52838 Alizarin

📋 copy color: '#D52838'

red 213 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #D52838

Tints of Alizarin #D52838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 68.93%
G = 12.94%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D52838 (or 0xD52838) is known color: Alizarin. HEX triplet: D5, 28 and 38. RGB value is (213,40,56). Sum of RGB (Red+Green+Blue) = 213+40+56=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D52838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52838 is #2AD7C7. Grayscale: #5D5D5D. Windows color (decimal): -2807752 or 3680469. OLE color: 3680469.

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

Color convert

RGB 213 40 56 -
CMYK 0 0.81 0.74 0.16
HSL 354.45º 0.68% 0.5% -
HSV(B) 354.45º 0.81% 0.84% -
XYZ 28.91 15.95 5.3 -
YUV 93.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 213 40 56 0 0.81 0.74 0.16 354.45 0.68 0.5
Hex D5 28 38 0 51 4A 10 162 44 32
Octal 325 50 70 0 121 112 20 542 104 62
Binary 11010101 101000 111000 0 1010001 1001010 10000 101100010 1000100 110010

Color Harmonies of #D52838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52838

Black with #D52838

Text Example


Text Example

White with #D52838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52838; }

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

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

background-color css

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

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

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

border-color css

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

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

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