#DB082E

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

Shades of Crimson #DB082E

Tints of Crimson #DB082E

Color information

#DB082E (or 0xDB082E) is unknown color: approx Crimson. HEX triplet: DB, 08 and 2E. RGB value is (219,8,46). Sum of RGB (Red+Green+Blue) = 219+8+46=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB082E is #24F7D1. Grayscale: #4B4B4B. Windows color (decimal): -2422738 or 3016923. OLE color: 3016923.

HSL color Cylindrical-coordinate representation of color #DB082E: hue angle of 349.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB082E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB219846-
CMYK00.960.790.14
HSL349.19º92.95%44.51%-
HSV(B)349.19º96.35%85.88%-
XYZ29.7915.433.99-
YUV75.42111.4230.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 80.22%
GREEN value IS 8 (3.52% from 255) = 2.93%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=80.22%
G=2.93%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21984600.960.790.14349.1992.9544.51
HexDB82E0604FE15d5d2d
Octal333105601401171653513555
Binary11011011100010111001100000100111111101010111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB082E; }

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

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

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

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

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

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

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

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