Html Css Color HEX #DB0F49 Crimson

📋 copy color: '#DB0F49'

red 219 ◦ green 15 ◦ blue 73

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

Shades of Crimson #DB0F49

Tints of Crimson #DB0F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 71.34%
G = 4.89%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0F49 (or 0xDB0F49) is known color: Crimson. HEX triplet: DB, 0F and 49. RGB value is (219,15,73). Sum of RGB (Red+Green+Blue) = 219+15+73=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F49 is #24F0B6. Grayscale: #525252. Windows color (decimal): -2420919 or 4788187. OLE color: 4788187.

HSL color Cylindrical-coordinate representation of color #DB0F49: hue angle of 342.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F49 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 73 -
CMYK 0 0.93 0.67 0.14
HSL 342.94º 0.87% 0.46% -
HSV(B) 342.94º 0.93% 0.86% -
XYZ 30.59 15.88 7.76 -
YUV 82.61 122.59 225.28 -
System Red Green Blue C M Y K H S L
Decimal 219 15 73 0 0.93 0.67 0.14 342.94 0.87 0.46
Hex DB F 49 0 5D 43 E 157 57 2E
Octal 333 17 111 0 135 103 16 527 127 56
Binary 11011011 1111 1001001 0 1011101 1000011 1110 101010111 1010111 101110

Color Harmonies of #DB0F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F49

Black with #DB0F49

Text Example


Text Example

White with #DB0F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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