#D9082E

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

Shades of Crimson #D9082E

Tints of Crimson #D9082E

Color information

#D9082E (or 0xD9082E) is unknown color: approx Crimson. HEX triplet: D9, 08 and 2E. RGB value is (217,8,46). Sum of RGB (Red+Green+Blue) = 217+8+46=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D9082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9082E is #26F7D1. Grayscale: #4A4A4A. Windows color (decimal): -2553810 or 3016921. OLE color: 3016921.

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

Color convert

RGB217846-
CMYK00.960.790.15
HSL349.09º92.89%44.12%-
HSV(B)349.09º96.31%85.1%-
XYZ29.215.123.96-
YUV74.82111.74229.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.07%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 46 (18.36% from 255) = 16.97%
R=80.07%
G=2.95%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21784600.960.790.15349.0992.8944.12
HexD982E0604FF15d5d2c
Octal331105601401171753513554
Binary11011001100010111001100000100111111111010111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9082E; }

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

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

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

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

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

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

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

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