Html Css Color HEX #D72742 Alizarin

📋 copy color: '#D72742'

red 215 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #D72742

Tints of Alizarin #D72742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 67.19%
G = 12.19%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D72742 (or 0xD72742) is known color: Alizarin. HEX triplet: D7, 27 and 42. RGB value is (215,39,66). Sum of RGB (Red+Green+Blue) = 215+39+66=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72742 is #28D8BD. Grayscale: #5E5E5E. Windows color (decimal): -2676926 or 4335575. OLE color: 4335575.

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

Color convert

RGB 215 39 66 -
CMYK 0 0.82 0.69 0.16
HSL 350.8º 0.69% 0.5% -
HSV(B) 350.8º 0.82% 0.84% -
XYZ 29.73 16.29 6.73 -
YUV 94.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 215 39 66 0 0.82 0.69 0.16 350.8 0.69 0.5
Hex D7 27 42 0 52 45 10 15F 45 32
Octal 327 47 102 0 122 105 20 537 105 62
Binary 11010111 100111 1000010 0 1010010 1000101 10000 101011111 1000101 110010

Color Harmonies of #D72742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72742

Black with #D72742

Text Example


Text Example

White with #D72742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72742; }

 p { color: rgb(215,39,66); }

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

background-color css

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

 a { background-color: rgb(215,39,66); }

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

border-color css

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

 span { border-color: rgb(215,39,66); }

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