Html Css Color HEX #D72642 Alizarin

📋 copy color: '#D72642'

red 215 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #D72642

Tints of Alizarin #D72642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

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

R = 67.4%
G = 11.91%
B = 20.69%

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

#D72642 (or 0xD72642) is known color: Alizarin. HEX triplet: D7, 26 and 42. RGB value is (215,38,66). Sum of RGB (Red+Green+Blue) = 215+38+66=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72642 is #28D9BD. Grayscale: #5E5E5E. Windows color (decimal): -2677182 or 4335319. OLE color: 4335319.

HSL color Cylindrical-coordinate representation of color #D72642: hue angle of 350.51º degrees, saturation: 0.7, 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 #D72642 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 66 -
CMYK 0 0.82 0.69 0.16
HSL 350.51º 0.7% 0.5% -
HSV(B) 350.51º 0.82% 0.84% -
XYZ 29.7 16.23 6.72 -
YUV 94.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 215 38 66 0 0.82 0.69 0.16 350.51 0.7 0.5
Hex D7 26 42 0 52 45 10 15F 46 32
Octal 327 46 102 0 122 105 20 537 106 62
Binary 11010111 100110 1000010 0 1010010 1000101 10000 101011111 1000110 110010

Color Harmonies of #D72642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72642

Black with #D72642

Text Example


Text Example

White with #D72642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72642; }

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

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

background-color css

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

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

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

border-color css

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

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

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