#DB1F3C

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

Shades of Crimson #DB1F3C

Tints of Crimson #DB1F3C

Color information

#DB1F3C (or 0xDB1F3C) is unknown color: approx Crimson. HEX triplet: DB, 1F and 3C. RGB value is (219,31,60). Sum of RGB (Red+Green+Blue) = 219+31+60=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F3C is #24E0C3. Grayscale: #5A5A5A. Windows color (decimal): -2416836 or 3940315. OLE color: 3940315.

HSL color Cylindrical-coordinate representation of color #DB1F3C: hue angle of 350.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F3C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2193160-
CMYK00.860.730.14
HSL350.74º75.2%49.02%-
HSV(B)350.74º85.84%85.88%-
XYZ30.5216.375.83-
YUV90.52110.78219.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 70.65%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=70.65%
G=10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219316000.860.730.14350.7475.249.02
HexDB1F3C05649E15f4b31
Octal333377401261111653711361
Binary110110111111111110001010110100100111101010111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1F3C; }

 p { color: rgb(219,31,60); }

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

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

 a { background-color: rgb(219,31,60); }

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

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

 span { border-color: rgb(219,31,60); }

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