Html Css Color HEX #DB0046 Crimson

📋 copy color: '#DB0046'

red 219 ◦ green 0 ◦ blue 70

#DB0046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DB0046

Tints of Crimson #DB0046

RGB

 RED value IS 219 (85.94% from 255) = 75.78%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 24.22%

R = 75.78%
G = 0%
B = 24.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB0046 (or 0xDB0046) is known color: Crimson. HEX triplet: DB, 00 and 46. RGB value is (219,0,70). Sum of RGB (Red+Green+Blue) = 219+0+70=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0046 is #24FFB9. Grayscale: #494949. Windows color (decimal): -2424762 or 4587739. OLE color: 4587739.

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

Color convert

RGB 219 0 70 -
CMYK 0 1 0.68 0.14
HSL 340.82º 1% 0.43% -
HSV(B) 340.82º 1% 0.86% -
XYZ 30.32 15.5 7.19 -
YUV 73.46 126.05 231.81 -
System Red Green Blue C M Y K H S L
Decimal 219 0 70 0 1 0.68 0.14 340.82 1 0.43
Hex DB 0 46 0 64 44 E 155 64 2B
Octal 333 0 106 0 144 104 16 525 144 53
Binary 11011011 0 1000110 0 1100100 1000100 1110 101010101 1100100 101011

Color Harmonies of #DB0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0046

Black with #DB0046

Text Example


Text Example

White with #DB0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0046; }

 p { color: rgb(219,0,70); }

 H1.HeaderClassName
 {
   color: #DB0046;
 }
 .AnyTagClassName
 {
   color: #DB0046;
 }
</style>

background-color css

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

 a { background-color: rgb(219,0,70); }

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

border-color css

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

 span { border-color: rgb(219,0,70); }

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