Html Css Color HEX #DB0648 Crimson

📋 copy color: '#DB0648'

red 219 ◦ green 6 ◦ blue 72

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

Shades of Crimson #DB0648

Tints of Crimson #DB0648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 73.74%
G = 2.02%
B = 24.24%

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

#DB0648 (or 0xDB0648) is known color: Crimson. HEX triplet: DB, 06 and 48. RGB value is (219,6,72). Sum of RGB (Red+Green+Blue) = 219+6+72=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0648 is #24F9B7. Grayscale: #4D4D4D. Windows color (decimal): -2423224 or 4720347. OLE color: 4720347.

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

Color convert

RGB 219 6 72 -
CMYK 0 0.97 0.67 0.14
HSL 341.41º 0.95% 0.44% -
HSV(B) 341.41º 0.97% 0.86% -
XYZ 30.45 15.66 7.55 -
YUV 77.21 125.07 229.13 -
System Red Green Blue C M Y K H S L
Decimal 219 6 72 0 0.97 0.67 0.14 341.41 0.95 0.44
Hex DB 6 48 0 61 43 E 155 5F 2C
Octal 333 6 110 0 141 103 16 525 137 54
Binary 11011011 110 1001000 0 1100001 1000011 1110 101010101 1011111 101100

Color Harmonies of #DB0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0648

Black with #DB0648

Text Example


Text Example

White with #DB0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0648; }

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

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

background-color css

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

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

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

border-color css

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

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

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