Html Css Color HEX #DB0844 Crimson

📋 copy color: '#DB0844'

red 219 ◦ green 8 ◦ blue 68

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

Shades of Crimson #DB0844

Tints of Crimson #DB0844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 74.24%
G = 2.71%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0844 (or 0xDB0844) is known color: Crimson. HEX triplet: DB, 08 and 44. RGB value is (219,8,68). Sum of RGB (Red+Green+Blue) = 219+8+68=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0844 is #24F7BB. Grayscale: #4D4D4D. Windows color (decimal): -2422716 or 4458715. OLE color: 4458715.

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

Color convert

RGB 219 8 68 -
CMYK 0 0.96 0.69 0.14
HSL 342.94º 0.93% 0.45% -
HSV(B) 342.94º 0.96% 0.86% -
XYZ 30.34 15.65 6.89 -
YUV 77.93 122.4 228.62 -
System Red Green Blue C M Y K H S L
Decimal 219 8 68 0 0.96 0.69 0.14 342.94 0.93 0.45
Hex DB 8 44 0 60 45 E 157 5D 2D
Octal 333 10 104 0 140 105 16 527 135 55
Binary 11011011 1000 1000100 0 1100000 1000101 1110 101010111 1011101 101101

Color Harmonies of #DB0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0844

Black with #DB0844

Text Example


Text Example

White with #DB0844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0844; }

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

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

background-color css

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

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

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

border-color css

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

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

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