Html Css Color HEX #DB0749 Crimson

📋 copy color: '#DB0749'

red 219 ◦ green 7 ◦ blue 73

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

Shades of Crimson #DB0749

Tints of Crimson #DB0749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 73.24%
G = 2.34%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0749 (or 0xDB0749) is known color: Crimson. HEX triplet: DB, 07 and 49. RGB value is (219,7,73). Sum of RGB (Red+Green+Blue) = 219+7+73=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0749 is #24F8B6. Grayscale: #4D4D4D. Windows color (decimal): -2422967 or 4786139. OLE color: 4786139.

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

Color convert

RGB 219 7 73 -
CMYK 0 0.97 0.67 0.14
HSL 341.32º 0.94% 0.44% -
HSV(B) 341.32º 0.97% 0.86% -
XYZ 30.49 15.69 7.73 -
YUV 77.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 219 7 73 0 0.97 0.67 0.14 341.32 0.94 0.44
Hex DB 7 49 0 61 43 E 155 5E 2C
Octal 333 7 111 0 141 103 16 525 136 54
Binary 11011011 111 1001001 0 1100001 1000011 1110 101010101 1011110 101100

Color Harmonies of #DB0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0749

Black with #DB0749

Text Example


Text Example

White with #DB0749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0749; }

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

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

background-color css

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

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

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

border-color css

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

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

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