Html Css Color HEX #D52734 Alizarin

📋 copy color: '#D52734'

red 213 ◦ green 39 ◦ blue 52

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

Shades of Alizarin #D52734

Tints of Alizarin #D52734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 70.07%
G = 12.83%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D52734 (or 0xD52734) is known color: Alizarin. HEX triplet: D5, 27 and 34. RGB value is (213,39,52). Sum of RGB (Red+Green+Blue) = 213+39+52=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52734 is #2AD8CB. Grayscale: #5C5C5C. Windows color (decimal): -2808012 or 3418069. OLE color: 3418069.

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

Color convert

RGB 213 39 52 -
CMYK 0 0.82 0.76 0.16
HSL 355.52º 0.69% 0.49% -
HSV(B) 355.52º 0.82% 0.84% -
XYZ 28.79 15.85 4.79 -
YUV 92.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 213 39 52 0 0.82 0.76 0.16 355.52 0.69 0.49
Hex D5 27 34 0 52 4C 10 164 45 31
Octal 325 47 64 0 122 114 20 544 105 61
Binary 11010101 100111 110100 0 1010010 1001100 10000 101100100 1000101 110001

Color Harmonies of #D52734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52734

Black with #D52734

Text Example


Text Example

White with #D52734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52734; }

 p { color: rgb(213,39,52); }

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

background-color css

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

 a { background-color: rgb(213,39,52); }

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

border-color css

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

 span { border-color: rgb(213,39,52); }

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