#d71c37

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

Shades of Crimson #D71C37

Tints of Crimson #D71C37

Color information

#D71C37 (or 0xD71C37) is unknown color: approx Crimson. HEX triplet: D7, 1C and 37. RGB value is (215,28,55). Sum of RGB (Red+Green+Blue) = 215+28+55=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C37 is #28E3C8. Grayscale: #575757. Windows color (decimal): -2679753 or 3611863. OLE color: 3611863.

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

Color convert

RGB2152855-
CMYK00.870.740.16
HSL351.34º76.95%47.65%-
HSV(B)351.34º86.98%84.31%-
XYZ29.1315.555.08-
YUV86.99109.95219.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.15%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=72.15%
G=9.40%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215285500.870.740.16351.3476.9547.65
HexD71C370574A1015f4d30
Octal327346701271122053711560
Binary1101011111100110111010101111001010100001010111111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d71c37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d71c37; }

 p { color: rgb(215,28,55); }

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

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

 a { background-color: rgb(215,28,55); }

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

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

 span { border-color: rgb(215,28,55); }

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