Html Css Color HEX #DB1732 Crimson

📋 copy color: '#DB1732'

red 219 ◦ green 23 ◦ blue 50

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

Shades of Crimson #DB1732

Tints of Crimson #DB1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 75%
G = 7.88%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB1732 (or 0xDB1732) is known color: Crimson. HEX triplet: DB, 17 and 32. RGB value is (219,23,50). Sum of RGB (Red+Green+Blue) = 219+23+50=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1732 is #24E8CD. Grayscale: #545454. Windows color (decimal): -2418894 or 3282907. OLE color: 3282907.

HSL color Cylindrical-coordinate representation of color #DB1732: hue angle of 351.73º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1732 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 50 -
CMYK 0 0.89 0.77 0.14
HSL 351.73º 0.81% 0.47% -
HSV(B) 351.73º 0.89% 0.86% -
XYZ 30.1 15.9 4.5 -
YUV 84.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 219 23 50 0 0.89 0.77 0.14 351.73 0.81 0.47
Hex DB 17 32 0 59 4D E 160 51 2F
Octal 333 27 62 0 131 115 16 540 121 57
Binary 11011011 10111 110010 0 1011001 1001101 1110 101100000 1010001 101111

Color Harmonies of #DB1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1732

Black with #DB1732

Text Example


Text Example

White with #DB1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1732; }

 p { color: rgb(219,23,50); }

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

background-color css

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

 a { background-color: rgb(219,23,50); }

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

border-color css

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

 span { border-color: rgb(219,23,50); }

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