#DB0B3E

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

Shades of Crimson #DB0B3E

Tints of Crimson #DB0B3E

Color information

#DB0B3E (or 0xDB0B3E) is unknown color: approx Crimson. HEX triplet: DB, 0B and 3E. RGB value is (219,11,62). Sum of RGB (Red+Green+Blue) = 219+11+62=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0B3E is #24F4C1. Grayscale: #4F4F4F. Windows color (decimal): -2421954 or 4066267. OLE color: 4066267.

HSL color Cylindrical-coordinate representation of color #DB0B3E: hue angle of 345.29º 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 #DB0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB2191162-
CMYK00.950.720.14
HSL345.29º90.43%45.1%-
HSV(B)345.29º94.98%85.88%-
XYZ30.215.655.99-
YUV79.01118.41227.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 3.77%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=75%
G=3.77%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219116200.950.720.14345.2990.4345.1
HexDBB3E05F48E1595a2d
Octal333137601371101653113255
Binary11011011101111111001011111100100011101010110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0B3E; }

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

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

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

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

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

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

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

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