#d81341

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

Shades of Crimson #D81341

Tints of Crimson #D81341

Color information

#D81341 (or 0xD81341) is unknown color: approx Crimson. HEX triplet: D8, 13 and 41. RGB value is (216,19,65). Sum of RGB (Red+Green+Blue) = 216+19+65=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D81341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81341 is #27ECBE. Grayscale: #535353. Windows color (decimal): -2616511 or 4264920. OLE color: 4264920.

HSL color Cylindrical-coordinate representation of color #D81341: hue angle of 345.99º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81341 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2161965-
CMYK00.910.700.15
HSL345.99º83.83%46.08%-
HSV(B)345.99º91.2%84.71%-
XYZ29.5115.456.43-
YUV83.15117.77222.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=72%
G=6.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216196500.910.700.15345.9983.8346.08
HexD8134105B46F15a542e
Octal3302310101331061753212456
Binary1101100010011100000101011011100011011111010110101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d81341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d81341; }

 p { color: rgb(216,19,65); }

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

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

 a { background-color: rgb(216,19,65); }

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

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

 span { border-color: rgb(216,19,65); }

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