#d71c35

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

Shades of Crimson #D71C35

Tints of Crimson #D71C35

Color information

#D71C35 (or 0xD71C35) is unknown color: approx Crimson. HEX triplet: D7, 1C and 35. RGB value is (215,28,53). Sum of RGB (Red+Green+Blue) = 215+28+53=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C35 is #28E3CA. Grayscale: #565656. Windows color (decimal): -2679755 or 3480791. OLE color: 3480791.

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

Color convert

RGB2152853-
CMYK00.870.750.16
HSL351.98º76.95%47.65%-
HSV(B)351.98º86.98%84.31%-
XYZ29.0815.534.83-
YUV86.76108.95219.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.64%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=72.64%
G=9.46%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215285300.870.750.16351.9876.9547.65
HexD71C350574B101604d30
Octal327346501271132054011560
Binary1101011111100110101010101111001011100001011000001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d71c35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d71c35; }

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

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

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

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

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

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

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

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