#DB0B40

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

Shades of Crimson #DB0B40

Tints of Crimson #DB0B40

Color information

#DB0B40 (or 0xDB0B40) is unknown color: approx Crimson. HEX triplet: DB, 0B and 40. RGB value is (219,11,64). Sum of RGB (Red+Green+Blue) = 219+11+64=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0B40 is #24F4BF. Grayscale: #4F4F4F. Windows color (decimal): -2421952 or 4197339. OLE color: 4197339.

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

Color convert

RGB2191164-
CMYK00.950.710.14
HSL344.71º90.43%45.1%-
HSV(B)344.71º94.98%85.88%-
XYZ30.2615.676.28-
YUV79.23119.41227.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 74.49%
GREEN value IS 11 (4.69% from 255) = 3.74%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=74.49%
G=3.74%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219116400.950.710.14344.7190.4345.1
HexDBB4005F47E1595a2d
Octal3331310001371071653113255
Binary110110111011100000001011111100011111101010110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0B40; }

 p { color: rgb(219,11,64); }

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

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

 a { background-color: rgb(219,11,64); }

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

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

 span { border-color: rgb(219,11,64); }

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