#D81130

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

Shades of Crimson #D81130

Tints of Crimson #D81130

Color information

#D81130 (or 0xD81130) is unknown color: approx Crimson. HEX triplet: D8, 11 and 30. RGB value is (216,17,48). Sum of RGB (Red+Green+Blue) = 216+17+48=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D81130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81130 is #27EECF. Grayscale: #505050. Windows color (decimal): -2617040 or 3150296. OLE color: 3150296.

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

Color convert

RGB2161748-
CMYK00.920.780.15
HSL350.65º85.41%45.69%-
HSV(B)350.65º92.13%84.71%-
XYZ29.0515.214.2-
YUV80.04109.93224.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.87%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=76.87%
G=6.05%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216174800.920.780.15350.6585.4145.69
HexD8113005C4EF15f552e
Octal330216001341161753712556
Binary110110001000111000001011100100111011111010111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81130; }

 p { color: rgb(216,17,48); }

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

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

 a { background-color: rgb(216,17,48); }

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

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

 span { border-color: rgb(216,17,48); }

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