Html Css Color HEX #DB0640 Crimson

📋 copy color: '#DB0640'

red 219 ◦ green 6 ◦ blue 64

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

Shades of Crimson #DB0640

Tints of Crimson #DB0640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 75.78%
G = 2.08%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB0640 (or 0xDB0640) is known color: Crimson. HEX triplet: DB, 06 and 40. RGB value is (219,6,64). Sum of RGB (Red+Green+Blue) = 219+6+64=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0640 is #24F9BF. Grayscale: #4C4C4C. Windows color (decimal): -2423232 or 4196059. OLE color: 4196059.

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

Color convert

RGB 219 6 64 -
CMYK 0 0.97 0.71 0.14
HSL 343.66º 0.95% 0.44% -
HSV(B) 343.66º 0.97% 0.86% -
XYZ 30.2 15.56 6.26 -
YUV 76.3 121.07 229.78 -
System Red Green Blue C M Y K H S L
Decimal 219 6 64 0 0.97 0.71 0.14 343.66 0.95 0.44
Hex DB 6 40 0 61 47 E 158 5F 2C
Octal 333 6 100 0 141 107 16 530 137 54
Binary 11011011 110 1000000 0 1100001 1000111 1110 101011000 1011111 101100

Color Harmonies of #DB0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0640

Black with #DB0640

Text Example


Text Example

White with #DB0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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