Html Css Color HEX #DB1642 Crimson

📋 copy color: '#DB1642'

red 219 ◦ green 22 ◦ blue 66

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

Shades of Crimson #DB1642

Tints of Crimson #DB1642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 71.34%
G = 7.17%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1642 (or 0xDB1642) is known color: Crimson. HEX triplet: DB, 16 and 42. RGB value is (219,22,66). Sum of RGB (Red+Green+Blue) = 219+22+66=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1642 is #24E9BD. Grayscale: #555555. Windows color (decimal): -2419134 or 4331227. OLE color: 4331227.

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

Color convert

RGB 219 22 66 -
CMYK 0 0.90 0.70 0.14
HSL 346.6º 0.82% 0.47% -
HSV(B) 346.6º 0.9% 0.86% -
XYZ 30.48 16.03 6.64 -
YUV 85.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 219 22 66 0 0.90 0.70 0.14 346.6 0.82 0.47
Hex DB 16 42 0 5A 46 E 15B 52 2F
Octal 333 26 102 0 132 106 16 533 122 57
Binary 11011011 10110 1000010 0 1011010 1000110 1110 101011011 1010010 101111

Color Harmonies of #DB1642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1642

Black with #DB1642

Text Example


Text Example

White with #DB1642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1642; }

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

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

background-color css

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

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

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

border-color css

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

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

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