#D71E3E

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

Shades of Crimson #D71E3E

Tints of Crimson #D71E3E

Color information

#D71E3E (or 0xD71E3E) is unknown color: approx Crimson. HEX triplet: D7, 1E and 3E. RGB value is (215,30,62). Sum of RGB (Red+Green+Blue) = 215+30+62=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E3E is #28E1C1. Grayscale: #595959. Windows color (decimal): -2679234 or 4071127. OLE color: 4071127.

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

Color convert

RGB2153062-
CMYK00.860.710.16
HSL349.62º75.51%48.04%-
HSV(B)349.62º86.05%84.31%-
XYZ29.3615.726.05-
YUV88.96112.79217.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.03%
GREEN value IS 30 (12.11% from 255) = 9.77%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=70.03%
G=9.77%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215306200.860.710.16349.6275.5148.04
HexD71E3E056471015e4c30
Octal327367601261072053611460
Binary1101011111110111110010101101000111100001010111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E3E; }

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

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

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

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

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

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

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

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