Html Css Color HEX #D72741 Alizarin

📋 copy color: '#D72741'

red 215 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #D72741

Tints of Alizarin #D72741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 67.4%
G = 12.23%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D72741 (or 0xD72741) is known color: Alizarin. HEX triplet: D7, 27 and 41. RGB value is (215,39,65). Sum of RGB (Red+Green+Blue) = 215+39+65=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72741 is #28D8BE. Grayscale: #5E5E5E. Windows color (decimal): -2676927 or 4270039. OLE color: 4270039.

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

Color convert

RGB 215 39 65 -
CMYK 0 0.82 0.70 0.16
HSL 351.14º 0.69% 0.5% -
HSV(B) 351.14º 0.82% 0.84% -
XYZ 29.7 16.28 6.58 -
YUV 94.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 215 39 65 0 0.82 0.70 0.16 351.14 0.69 0.5
Hex D7 27 41 0 52 46 10 15F 45 32
Octal 327 47 101 0 122 106 20 537 105 62
Binary 11010111 100111 1000001 0 1010010 1000110 10000 101011111 1000101 110010

Color Harmonies of #D72741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72741

Black with #D72741

Text Example


Text Example

White with #D72741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72741; }

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

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

background-color css

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

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

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

border-color css

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

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

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