Html Css Color HEX #DB0643 Crimson

📋 copy color: '#DB0643'

red 219 ◦ green 6 ◦ blue 67

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

Shades of Crimson #DB0643

Tints of Crimson #DB0643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 75%
G = 2.05%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0643 (or 0xDB0643) is known color: Crimson. HEX triplet: DB, 06 and 43. RGB value is (219,6,67). Sum of RGB (Red+Green+Blue) = 219+6+67=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0643 is #24F9BC. Grayscale: #4C4C4C. Windows color (decimal): -2423229 or 4392667. OLE color: 4392667.

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

Color convert

RGB 219 6 67 -
CMYK 0 0.97 0.69 0.14
HSL 342.82º 0.95% 0.44% -
HSV(B) 342.82º 0.97% 0.86% -
XYZ 30.29 15.6 6.72 -
YUV 76.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 219 6 67 0 0.97 0.69 0.14 342.82 0.95 0.44
Hex DB 6 43 0 61 45 E 157 5F 2C
Octal 333 6 103 0 141 105 16 527 137 54
Binary 11011011 110 1000011 0 1100001 1000101 1110 101010111 1011111 101100

Color Harmonies of #DB0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0643

Black with #DB0643

Text Example


Text Example

White with #DB0643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0643; }

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

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

background-color css

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

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

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

border-color css

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

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

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