Html Css Color HEX #DB1643 Crimson

📋 copy color: '#DB1643'

red 219 ◦ green 22 ◦ blue 67

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

Shades of Crimson #DB1643

Tints of Crimson #DB1643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

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

R = 71.1%
G = 7.14%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB1643 (or 0xDB1643) is known color: Crimson. HEX triplet: DB, 16 and 43. RGB value is (219,22,67). Sum of RGB (Red+Green+Blue) = 219+22+67=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1643 is #24E9BC. Grayscale: #565656. Windows color (decimal): -2419133 or 4396763. OLE color: 4396763.

HSL color Cylindrical-coordinate representation of color #DB1643: hue angle of 346.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1643 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 67 -
CMYK 0 0.90 0.69 0.14
HSL 346.29º 0.82% 0.47% -
HSV(B) 346.29º 0.9% 0.86% -
XYZ 30.51 16.04 6.8 -
YUV 86.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 219 22 67 0 0.90 0.69 0.14 346.29 0.82 0.47
Hex DB 16 43 0 5A 45 E 15A 52 2F
Octal 333 26 103 0 132 105 16 532 122 57
Binary 11011011 10110 1000011 0 1011010 1000101 1110 101011010 1010010 101111

Color Harmonies of #DB1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1643

Black with #DB1643

Text Example


Text Example

White with #DB1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1643; }

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

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

background-color css

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

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

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

border-color css

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

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

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