#db0f44

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

Shades of Crimson #DB0F44

Tints of Crimson #DB0F44

Color information

#DB0F44 (or 0xDB0F44) is unknown color: approx Crimson. HEX triplet: DB, 0F and 44. RGB value is (219,15,68). Sum of RGB (Red+Green+Blue) = 219+15+68=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F44 is #24F0BB. Grayscale: #525252. Windows color (decimal): -2420924 or 4460507. OLE color: 4460507.

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

Color convert

RGB2191568-
CMYK00.930.690.14
HSL344.41º87.18%45.88%-
HSV(B)344.41º93.15%85.88%-
XYZ30.4315.826.92-
YUV82.04120.09225.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 72.52%
GREEN value IS 15 (6.25% from 255) = 4.97%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=72.52%
G=4.97%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219156800.930.690.14344.4187.1845.88
HexDBF4405D45E158572e
Octal3331710401351051653012756
Binary110110111111100010001011101100010111101010110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db0f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db0f44; }

 p { color: rgb(219,15,68); }

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

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

 a { background-color: rgb(219,15,68); }

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

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

 span { border-color: rgb(219,15,68); }

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