Html Css Color HEX #D52938 Alizarin

📋 copy color: '#D52938'

red 213 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #D52938

Tints of Alizarin #D52938

RGB

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

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

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

R = 68.71%
G = 13.23%
B = 18.06%

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

#D52938 (or 0xD52938) is known color: Alizarin. HEX triplet: D5, 29 and 38. RGB value is (213,41,56). Sum of RGB (Red+Green+Blue) = 213+41+56=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D52938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52938 is #2AD6C7. Grayscale: #5E5E5E. Windows color (decimal): -2807496 or 3680725. OLE color: 3680725.

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

Color convert

RGB 213 41 56 -
CMYK 0 0.81 0.74 0.16
HSL 354.77º 0.68% 0.5% -
HSV(B) 354.77º 0.81% 0.84% -
XYZ 28.95 16.02 5.31 -
YUV 94.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 213 41 56 0 0.81 0.74 0.16 354.77 0.68 0.5
Hex D5 29 38 0 51 4A 10 163 44 32
Octal 325 51 70 0 121 112 20 543 104 62
Binary 11010101 101001 111000 0 1010001 1001010 10000 101100011 1000100 110010

Color Harmonies of #D52938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52938

Black with #D52938

Text Example


Text Example

White with #D52938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52938; }

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

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

background-color css

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

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

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

border-color css

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

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

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