Html Css Color HEX #DB0949 Crimson

📋 copy color: '#DB0949'

red 219 ◦ green 9 ◦ blue 73

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

Shades of Crimson #DB0949

Tints of Crimson #DB0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 72.76%
G = 2.99%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0949 (or 0xDB0949) is known color: Crimson. HEX triplet: DB, 09 and 49. RGB value is (219,9,73). Sum of RGB (Red+Green+Blue) = 219+9+73=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0949 is #24F6B6. Grayscale: #4F4F4F. Windows color (decimal): -2422455 or 4786651. OLE color: 4786651.

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

Color convert

RGB 219 9 73 -
CMYK 0 0.96 0.67 0.14
HSL 341.71º 0.92% 0.45% -
HSV(B) 341.71º 0.96% 0.86% -
XYZ 30.51 15.74 7.73 -
YUV 79.09 124.57 227.8 -
System Red Green Blue C M Y K H S L
Decimal 219 9 73 0 0.96 0.67 0.14 341.71 0.92 0.45
Hex DB 9 49 0 60 43 E 156 5C 2D
Octal 333 11 111 0 140 103 16 526 134 55
Binary 11011011 1001 1001001 0 1100000 1000011 1110 101010110 1011100 101101

Color Harmonies of #DB0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0949

Black with #DB0949

Text Example


Text Example

White with #DB0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0949; }

 p { color: rgb(219,9,73); }

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

background-color css

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

 a { background-color: rgb(219,9,73); }

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

border-color css

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

 span { border-color: rgb(219,9,73); }

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