#D81333

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

Shades of Crimson #D81333

Tints of Crimson #D81333

Color information

#D81333 (or 0xD81333) is unknown color: approx Crimson. HEX triplet: D8, 13 and 33. RGB value is (216,19,51). Sum of RGB (Red+Green+Blue) = 216+19+51=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81333 is #27ECCC. Grayscale: #515151. Windows color (decimal): -2616525 or 3347416. OLE color: 3347416.

HSL color Cylindrical-coordinate representation of color #D81333: hue angle of 350.25º 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 #D81333 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2161951-
CMYK00.910.760.15
HSL350.25º83.83%46.08%-
HSV(B)350.25º91.2%84.71%-
XYZ29.1515.34.55-
YUV81.55110.77223.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75.52%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=75.52%
G=6.64%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216195100.910.760.15350.2583.8346.08
HexD8133305B4CF15e542e
Octal330236301331141753612456
Binary110110001001111001101011011100110011111010111101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81333; }

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

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

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

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

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

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

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

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