Html Css Color HEX #DB1048 Crimson

📋 copy color: '#DB1048'

red 219 ◦ green 16 ◦ blue 72

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

Shades of Crimson #DB1048

Tints of Crimson #DB1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 71.34%
G = 5.21%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB1048 (or 0xDB1048) is known color: Crimson. HEX triplet: DB, 10 and 48. RGB value is (219,16,72). Sum of RGB (Red+Green+Blue) = 219+16+72=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1048 is #24EFB7. Grayscale: #535353. Windows color (decimal): -2420664 or 4722907. OLE color: 4722907.

HSL color Cylindrical-coordinate representation of color #DB1048: hue angle of 343.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1048 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 72 -
CMYK 0 0.93 0.67 0.14
HSL 343.45º 0.86% 0.46% -
HSV(B) 343.45º 0.93% 0.86% -
XYZ 30.57 15.9 7.59 -
YUV 83.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 219 16 72 0 0.93 0.67 0.14 343.45 0.86 0.46
Hex DB 10 48 0 5D 43 E 157 56 2E
Octal 333 20 110 0 135 103 16 527 126 56
Binary 11011011 10000 1001000 0 1011101 1000011 1110 101010111 1010110 101110

Color Harmonies of #DB1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1048

Black with #DB1048

Text Example


Text Example

White with #DB1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1048; }

 p { color: rgb(219,16,72); }

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

background-color css

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

 a { background-color: rgb(219,16,72); }

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

border-color css

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

 span { border-color: rgb(219,16,72); }

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