#D9082C

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

Shades of Crimson #D9082C

Tints of Crimson #D9082C

Color information

#D9082C (or 0xD9082C) is unknown color: approx Crimson. HEX triplet: D9, 08 and 2C. RGB value is (217,8,44). Sum of RGB (Red+Green+Blue) = 217+8+44=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D9082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9082C is #26F7D3. Grayscale: #4A4A4A. Windows color (decimal): -2553812 or 2885849. OLE color: 2885849.

HSL color Cylindrical-coordinate representation of color #D9082C: hue angle of 349.67º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9082C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB217844-
CMYK00.960.800.15
HSL349.67º92.89%44.12%-
HSV(B)349.67º96.31%85.1%-
XYZ29.1615.113.76-
YUV74.6110.74229.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.67%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=80.67%
G=2.97%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21784400.960.800.15349.6792.8944.12
HexD982C06050F15e5d2c
Octal331105401401201753613554
Binary11011001100010110001100000101000011111010111101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9082C; }

 p { color: rgb(217,8,44); }

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

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

 a { background-color: rgb(217,8,44); }

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

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

 span { border-color: rgb(217,8,44); }

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