#D9082B

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

Shades of Crimson #D9082B

Tints of Crimson #D9082B

Color information

#D9082B (or 0xD9082B) is unknown color: approx Crimson. HEX triplet: D9, 08 and 2B. RGB value is (217,8,43). Sum of RGB (Red+Green+Blue) = 217+8+43=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9082B is #26F7D4. Grayscale: #4A4A4A. Windows color (decimal): -2553813 or 2820313. OLE color: 2820313.

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

Color convert

RGB217843-
CMYK00.960.800.15
HSL349.95º92.89%44.12%-
HSV(B)349.95º96.31%85.1%-
XYZ29.1415.13.66-
YUV74.48110.24229.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.97%
GREEN value IS 8 (3.52% from 255) = 2.99%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=80.97%
G=2.99%
B=16.04%

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
Decimal21784300.960.800.15349.9592.8944.12
HexD982B06050F15e5d2c
Octal331105301401201753613554
Binary11011001100010101101100000101000011111010111101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9082B; }

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

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

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

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

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

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

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

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