Html Css Color HEX #DB0846 Crimson

📋 copy color: '#DB0846'

red 219 ◦ green 8 ◦ blue 70

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

Shades of Crimson #DB0846

Tints of Crimson #DB0846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 73.74%
G = 2.69%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB0846 (or 0xDB0846) is known color: Crimson. HEX triplet: DB, 08 and 46. RGB value is (219,8,70). Sum of RGB (Red+Green+Blue) = 219+8+70=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0846 is #24F7B9. Grayscale: #4E4E4E. Windows color (decimal): -2422714 or 4589787. OLE color: 4589787.

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

Color convert

RGB 219 8 70 -
CMYK 0 0.96 0.68 0.14
HSL 342.37º 0.93% 0.45% -
HSV(B) 342.37º 0.96% 0.86% -
XYZ 30.41 15.68 7.22 -
YUV 78.16 123.4 228.46 -
System Red Green Blue C M Y K H S L
Decimal 219 8 70 0 0.96 0.68 0.14 342.37 0.93 0.45
Hex DB 8 46 0 60 44 E 156 5D 2D
Octal 333 10 106 0 140 104 16 526 135 55
Binary 11011011 1000 1000110 0 1100000 1000100 1110 101010110 1011101 101101

Color Harmonies of #DB0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0846

Black with #DB0846

Text Example


Text Example

White with #DB0846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0846; }

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

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

background-color css

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

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

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

border-color css

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

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

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