#D3184C

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

Shades of Crimson #D3184C

Tints of Crimson #D3184C

Color information

#D3184C (or 0xD3184C) is unknown color: approx Crimson. HEX triplet: D3, 18 and 4C. RGB value is (211,24,76). Sum of RGB (Red+Green+Blue) = 211+24+76=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3184C is #2CE7B3. Grayscale: #555555. Windows color (decimal): -2942900 or 4987091. OLE color: 4987091.

HSL color Cylindrical-coordinate representation of color #D3184C: hue angle of 343.32º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3184C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2112476-
CMYK00.890.640.17
HSL343.32º79.57%46.08%-
HSV(B)343.32º88.63%82.75%-
XYZ28.515.028.24-
YUV85.84122.45217.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.85%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=67.85%
G=7.72%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211247600.890.640.17343.3279.5746.08
HexD3184C0594011157502e
Octal3233011401311002152712056
Binary11010011110001001100010110011000000100011010101111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3184C; }

 p { color: rgb(211,24,76); }

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

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

 a { background-color: rgb(211,24,76); }

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

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

 span { border-color: rgb(211,24,76); }

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