Html Css Color HEX #D72D34 Alizarin

📋 copy color: '#D72D34'

red 215 ◦ green 45 ◦ blue 52

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

Shades of Alizarin #D72D34

Tints of Alizarin #D72D34

RGB

 RED value IS 215 (84.38% from 255) = 68.91%

 GREEN value IS 45 (17.97% from 255) = 14.42%

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

R = 68.91%
G = 14.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D72D34 (or 0xD72D34) is known color: Alizarin. HEX triplet: D7, 2D and 34. RGB value is (215,45,52). Sum of RGB (Red+Green+Blue) = 215+45+52=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D34 is #28D2CB. Grayscale: #606060. Windows color (decimal): -2675404 or 3419607. OLE color: 3419607.

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

Color convert

RGB 215 45 52 -
CMYK 0 0.79 0.76 0.16
HSL 357.53º 0.68% 0.51% -
HSV(B) 357.53º 0.79% 0.84% -
XYZ 29.58 16.57 4.89 -
YUV 96.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 215 45 52 0 0.79 0.76 0.16 357.53 0.68 0.51
Hex D7 2D 34 0 4F 4C 10 166 44 33
Octal 327 55 64 0 117 114 20 546 104 63
Binary 11010111 101101 110100 0 1001111 1001100 10000 101100110 1000100 110011

Color Harmonies of #D72D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D34

Black with #D72D34

Text Example


Text Example

White with #D72D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D34; }

 p { color: rgb(215,45,52); }

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

background-color css

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

 a { background-color: rgb(215,45,52); }

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

border-color css

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

 span { border-color: rgb(215,45,52); }

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