#D52338

Color #D52338 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D52338

Tints of Alizarin #D52338

Color information

#D52338 (or 0xD52338) is unknown color: approx Alizarin. HEX triplet: D5, 23 and 38. RGB value is (213,35,56). Sum of RGB (Red+Green+Blue) = 213+35+56=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52338 is #2ADCC7. Grayscale: #5A5A5A. Windows color (decimal): -2809032 or 3679189. OLE color: 3679189.

HSL color Cylindrical-coordinate representation of color #D52338: hue angle of 352.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52338 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2133556-
CMYK00.840.740.16
HSL352.92º71.77%48.63%-
HSV(B)352.92º83.57%83.53%-
XYZ28.7615.635.24-
YUV90.62108.47215.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.07%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=70.07%
G=11.51%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213355600.840.740.16352.9271.7748.63
HexD523380544A101614831
Octal325437001241122054111061
Binary11010101100011111000010101001001010100001011000011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52338; }

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

 H1.HeaderClassName
 {
   color: #D52338;
 }
 .AnyTagClassName
 {
   color: #D52338;
 }
</style>
background-color css

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

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

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

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

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

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