#DB183A

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

Shades of Crimson #DB183A

Tints of Crimson #DB183A

Color information

#DB183A (or 0xDB183A) is unknown color: approx Crimson. HEX triplet: DB, 18 and 3A. RGB value is (219,24,58). Sum of RGB (Red+Green+Blue) = 219+24+58=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB183A is #24E7C5. Grayscale: #565656. Windows color (decimal): -2418630 or 3807451. OLE color: 3807451.

HSL color Cylindrical-coordinate representation of color #DB183A: hue angle of 349.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB183A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB2192458-
CMYK00.890.740.14
HSL349.54º80.25%47.65%-
HSV(B)349.54º89.04%85.88%-
XYZ30.316.025.5-
YUV86.18112.1222.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 72.76%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=72.76%
G=7.97%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219245800.890.740.14349.5480.2547.65
HexDB183A0594AE15e5030
Octal333307201311121653612060
Binary110110111100011101001011001100101011101010111101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB183A; }

 p { color: rgb(219,24,58); }

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

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

 a { background-color: rgb(219,24,58); }

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

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

 span { border-color: rgb(219,24,58); }

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