#DB0830

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

Shades of Crimson #DB0830

Tints of Crimson #DB0830

Color information

#DB0830 (or 0xDB0830) is unknown color: approx Crimson. HEX triplet: DB, 08 and 30. RGB value is (219,8,48). Sum of RGB (Red+Green+Blue) = 219+8+48=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0830 is #24F7CF. Grayscale: #4B4B4B. Windows color (decimal): -2422736 or 3147995. OLE color: 3147995.

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

Color convert

RGB219848-
CMYK00.960.780.14
HSL348.63º92.95%44.51%-
HSV(B)348.63º96.35%85.88%-
XYZ29.8315.454.21-
YUV75.65112.4230.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 79.64%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=79.64%
G=2.91%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21984800.960.780.14348.6392.9544.51
HexDB8300604EE15d5d2d
Octal333106001401161653513555
Binary11011011100011000001100000100111011101010111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0830; }

 p { color: rgb(219,8,48); }

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

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

 a { background-color: rgb(219,8,48); }

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

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

 span { border-color: rgb(219,8,48); }

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