Html Css Color HEX #DB1548 Crimson

📋 copy color: '#DB1548'

red 219 ◦ green 21 ◦ blue 72

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

Shades of Crimson #DB1548

Tints of Crimson #DB1548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 70.19%
G = 6.73%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB1548 (or 0xDB1548) is known color: Crimson. HEX triplet: DB, 15 and 48. RGB value is (219,21,72). Sum of RGB (Red+Green+Blue) = 219+21+72=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1548 is #24EAB7. Grayscale: #565656. Windows color (decimal): -2419384 or 4724187. OLE color: 4724187.

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

Color convert

RGB 219 21 72 -
CMYK 0 0.90 0.67 0.14
HSL 344.55º 0.83% 0.47% -
HSV(B) 344.55º 0.9% 0.86% -
XYZ 30.65 16.06 7.62 -
YUV 86.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 219 21 72 0 0.90 0.67 0.14 344.55 0.83 0.47
Hex DB 15 48 0 5A 43 E 159 52 2F
Octal 333 25 110 0 132 103 16 531 122 57
Binary 11011011 10101 1001000 0 1011010 1000011 1110 101011001 1010010 101111

Color Harmonies of #DB1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1548

Black with #DB1548

Text Example


Text Example

White with #DB1548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1548; }

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

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

background-color css

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

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

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

border-color css

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

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

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