Html Css Color HEX #DB0647 Crimson

📋 copy color: '#DB0647'

red 219 ◦ green 6 ◦ blue 71

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

Shades of Crimson #DB0647

Tints of Crimson #DB0647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 73.99%
G = 2.03%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB0647 (or 0xDB0647) is known color: Crimson. HEX triplet: DB, 06 and 47. RGB value is (219,6,71). Sum of RGB (Red+Green+Blue) = 219+6+71=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0647 is #24F9B8. Grayscale: #4D4D4D. Windows color (decimal): -2423225 or 4654811. OLE color: 4654811.

HSL color Cylindrical-coordinate representation of color #DB0647: hue angle of 341.69º degrees, saturation: 0.95, 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 #DB0647 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 71 -
CMYK 0 0.97 0.68 0.14
HSL 341.69º 0.95% 0.44% -
HSV(B) 341.69º 0.97% 0.86% -
XYZ 30.42 15.65 7.38 -
YUV 77.1 124.57 229.21 -
System Red Green Blue C M Y K H S L
Decimal 219 6 71 0 0.97 0.68 0.14 341.69 0.95 0.44
Hex DB 6 47 0 61 44 E 156 5F 2C
Octal 333 6 107 0 141 104 16 526 137 54
Binary 11011011 110 1000111 0 1100001 1000100 1110 101010110 1011111 101100

Color Harmonies of #DB0647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0647

Black with #DB0647

Text Example


Text Example

White with #DB0647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0647; }

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

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

background-color css

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

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

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

border-color css

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

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

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