#D71E40

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

Shades of Crimson #D71E40

Tints of Crimson #D71E40

Color information

#D71E40 (or 0xD71E40) is unknown color: approx Crimson. HEX triplet: D7, 1E and 40. RGB value is (215,30,64). Sum of RGB (Red+Green+Blue) = 215+30+64=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E40 is #28E1BF. Grayscale: #595959. Windows color (decimal): -2679232 or 4202199. OLE color: 4202199.

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

Color convert

RGB2153064-
CMYK00.860.700.16
HSL348.97º75.51%48.04%-
HSV(B)348.97º86.05%84.31%-
XYZ29.4115.756.34-
YUV89.19113.79217.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.58%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=69.58%
G=9.71%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215306400.860.700.16348.9775.5148.04
HexD71E40056461015d4c30
Octal3273610001261062053511460
Binary11010111111101000000010101101000110100001010111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E40; }

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

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

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

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

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

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

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

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