#D72041

Color #D72041 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D72041

Tints of Crimson #D72041

Color information

#D72041 (or 0xD72041) is unknown color: approx Crimson. HEX triplet: D7, 20 and 41. RGB value is (215,32,65). Sum of RGB (Red+Green+Blue) = 215+32+65=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D72041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72041 is #28DFBE. Grayscale: #5A5A5A. Windows color (decimal): -2678719 or 4268247. OLE color: 4268247.

HSL color Cylindrical-coordinate representation of color #D72041: hue angle of 349.18º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72041 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2153265-
CMYK00.850.700.16
HSL349.18º74.09%48.43%-
HSV(B)349.18º85.12%84.31%-
XYZ29.4915.866.51-
YUV90.48113.63216.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.91%
GREEN value IS 32 (12.89% from 255) = 10.26%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=68.91%
G=10.26%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215326500.850.700.16349.1874.0948.43
HexD72041055461015d4a30
Octal3274010101251062053511260
Binary110101111000001000001010101011000110100001010111011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72041; }

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

 H1.HeaderClassName
 {
   color: #D72041;
 }
 .AnyTagClassName
 {
   color: #D72041;
 }
</style>
background-color css

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

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

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

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

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

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