#D72240

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

Shades of Crimson #D72240

Tints of Crimson #D72240

Color information

#D72240 (or 0xD72240) is unknown color: approx Crimson. HEX triplet: D7, 22 and 40. RGB value is (215,34,64). Sum of RGB (Red+Green+Blue) = 215+34+64=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D72240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72240 is #28DDBF. Grayscale: #5B5B5B. Windows color (decimal): -2678208 or 4203223. OLE color: 4203223.

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

Color convert

RGB2153464-
CMYK00.840.700.16
HSL350.06º72.69%48.82%-
HSV(B)350.06º84.19%84.31%-
XYZ29.5215.966.38-
YUV91.54112.47216.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.69%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=68.69%
G=10.86%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215346400.840.700.16350.0672.6948.82
HexD72240054461015e4931
Octal3274210001241062053611161
Binary110101111000101000000010101001000110100001010111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72240; }

 p { color: rgb(215,34,64); }

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

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

 a { background-color: rgb(215,34,64); }

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

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

 span { border-color: rgb(215,34,64); }

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