#D82141

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

Shades of Crimson #D82141

Tints of Crimson #D82141

Color information

#D82141 (or 0xD82141) is unknown color: approx Crimson. HEX triplet: D8, 21 and 41. RGB value is (216,33,65). Sum of RGB (Red+Green+Blue) = 216+33+65=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D82141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82141 is #27DEBE. Grayscale: #5B5B5B. Windows color (decimal): -2612927 or 4268504. OLE color: 4268504.

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

Color convert

RGB2163365-
CMYK00.850.700.15
HSL349.51º73.49%48.82%-
HSV(B)349.51º84.72%84.71%-
XYZ29.8216.076.53-
YUV91.36113.13216.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.79%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=68.79%
G=10.51%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216336500.850.700.15349.5173.4948.82
HexD8214105546F15e4931
Octal3304110101251061753611161
Binary11011000100001100000101010101100011011111010111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82141; }

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

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

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

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

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

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

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

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