Html Css Color HEX #DB0547 Crimson

📋 copy color: '#DB0547'

red 219 ◦ green 5 ◦ blue 71

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

Shades of Crimson #DB0547

Tints of Crimson #DB0547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 74.24%
G = 1.69%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB0547 (or 0xDB0547) is known color: Crimson. HEX triplet: DB, 05 and 47. RGB value is (219,5,71). Sum of RGB (Red+Green+Blue) = 219+5+71=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0547 is #24FAB8. Grayscale: #4C4C4C. Windows color (decimal): -2423481 or 4654555. OLE color: 4654555.

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

Color convert

RGB 219 5 71 -
CMYK 0 0.98 0.68 0.14
HSL 341.5º 0.96% 0.44% -
HSV(B) 341.5º 0.98% 0.86% -
XYZ 30.41 15.62 7.37 -
YUV 76.51 124.9 229.63 -
System Red Green Blue C M Y K H S L
Decimal 219 5 71 0 0.98 0.68 0.14 341.5 0.96 0.44
Hex DB 5 47 0 62 44 E 155 60 2C
Octal 333 5 107 0 142 104 16 525 140 54
Binary 11011011 101 1000111 0 1100010 1000100 1110 101010101 1100000 101100

Color Harmonies of #DB0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0547

Black with #DB0547

Text Example


Text Example

White with #DB0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0547; }

 p { color: rgb(219,5,71); }

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

background-color css

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

 a { background-color: rgb(219,5,71); }

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

border-color css

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

 span { border-color: rgb(219,5,71); }

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