#D71E45

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

Shades of Crimson #D71E45

Tints of Crimson #D71E45

Color information

#D71E45 (or 0xD71E45) is unknown color: approx Crimson. HEX triplet: D7, 1E and 45. RGB value is (215,30,69). Sum of RGB (Red+Green+Blue) = 215+30+69=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E45 is #28E1BA. Grayscale: #595959. Windows color (decimal): -2679227 or 4529879. OLE color: 4529879.

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

Color convert

RGB2153069-
CMYK00.860.680.16
HSL347.35º75.51%48.04%-
HSV(B)347.35º86.05%84.31%-
XYZ29.5615.817.12-
YUV89.76116.29217.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.47%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=68.47%
G=9.55%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215306900.860.680.16347.3575.5148.04
HexD71E45056441015b4c30
Octal3273610501261042053311460
Binary11010111111101000101010101101000100100001010110111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E45; }

 p { color: rgb(215,30,69); }

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

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

 a { background-color: rgb(215,30,69); }

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

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

 span { border-color: rgb(215,30,69); }

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