Html Css Color HEX #DB1647 Crimson

📋 copy color: '#DB1647'

red 219 ◦ green 22 ◦ blue 71

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

Shades of Crimson #DB1647

Tints of Crimson #DB1647

RGB

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

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

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

R = 70.19%
G = 7.05%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB1647 (or 0xDB1647) is known color: Crimson. HEX triplet: DB, 16 and 47. RGB value is (219,22,71). Sum of RGB (Red+Green+Blue) = 219+22+71=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1647 is #24E9B8. Grayscale: #565656. Windows color (decimal): -2419129 or 4658907. OLE color: 4658907.

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

Color convert

RGB 219 22 71 -
CMYK 0 0.90 0.68 0.14
HSL 345.08º 0.82% 0.47% -
HSV(B) 345.08º 0.9% 0.86% -
XYZ 30.64 16.09 7.45 -
YUV 86.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 219 22 71 0 0.90 0.68 0.14 345.08 0.82 0.47
Hex DB 16 47 0 5A 44 E 159 52 2F
Octal 333 26 107 0 132 104 16 531 122 57
Binary 11011011 10110 1000111 0 1011010 1000100 1110 101011001 1010010 101111

Color Harmonies of #DB1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1647

Black with #DB1647

Text Example


Text Example

White with #DB1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1647; }

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

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

background-color css

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

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

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

border-color css

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

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

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