#D81E43

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

Shades of Crimson #D81E43

Tints of Crimson #D81E43

Color information

#D81E43 (or 0xD81E43) is unknown color: approx Crimson. HEX triplet: D8, 1E and 43. RGB value is (216,30,67). Sum of RGB (Red+Green+Blue) = 216+30+67=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E43 is #27E1BC. Grayscale: #595959. Windows color (decimal): -2613693 or 4398808. OLE color: 4398808.

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

Color convert

RGB2163067-
CMYK00.860.690.15
HSL348.06º75.61%48.24%-
HSV(B)348.06º86.11%84.71%-
XYZ29.815.936.82-
YUV89.83115.12217.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.01%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=69.01%
G=9.58%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216306700.860.690.15348.0675.6148.24
HexD81E4305645F15c4c30
Octal3303610301261051753411460
Binary1101100011110100001101010110100010111111010111001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81E43; }

 p { color: rgb(216,30,67); }

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

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

 a { background-color: rgb(216,30,67); }

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

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

 span { border-color: rgb(216,30,67); }

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