Html Css Color HEX #DB1844 Crimson

📋 copy color: '#DB1844'

red 219 ◦ green 24 ◦ blue 68

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

Shades of Crimson #DB1844

Tints of Crimson #DB1844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 70.42%
G = 7.72%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB1844 (or 0xDB1844) is known color: Crimson. HEX triplet: DB, 18 and 44. RGB value is (219,24,68). Sum of RGB (Red+Green+Blue) = 219+24+68=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1844 is #24E7BB. Grayscale: #575757. Windows color (decimal): -2418620 or 4462811. OLE color: 4462811.

HSL color Cylindrical-coordinate representation of color #DB1844: hue angle of 346.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1844 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 68 -
CMYK 0 0.89 0.69 0.14
HSL 346.46º 0.8% 0.48% -
HSV(B) 346.46º 0.89% 0.86% -
XYZ 30.58 16.13 6.97 -
YUV 87.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 219 24 68 0 0.89 0.69 0.14 346.46 0.8 0.48
Hex DB 18 44 0 59 45 E 15A 50 30
Octal 333 30 104 0 131 105 16 532 120 60
Binary 11011011 11000 1000100 0 1011001 1000101 1110 101011010 1010000 110000

Color Harmonies of #DB1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1844

Black with #DB1844

Text Example


Text Example

White with #DB1844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1844; }

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

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

background-color css

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

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

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

border-color css

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

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

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