#D72241

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

Shades of Crimson #D72241

Tints of Crimson #D72241

Color information

#D72241 (or 0xD72241) is unknown color: approx Crimson. HEX triplet: D7, 22 and 41. RGB value is (215,34,65). Sum of RGB (Red+Green+Blue) = 215+34+65=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D72241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72241 is #28DDBE. Grayscale: #5B5B5B. Windows color (decimal): -2678207 or 4268759. OLE color: 4268759.

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

Color convert

RGB2153465-
CMYK00.840.700.16
HSL349.72º72.69%48.82%-
HSV(B)349.72º84.19%84.31%-
XYZ29.5515.976.53-
YUV91.65112.97215.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.47%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=68.47%
G=10.83%
B=20.70%

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
Decimal215346500.840.700.16349.7272.6948.82
HexD72241054461015e4931
Octal3274210101241062053611161
Binary110101111000101000001010101001000110100001010111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72241; }

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

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

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

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

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

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

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

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