Html Css Color HEX #DB0144 Crimson

📋 copy color: '#DB0144'

red 219 ◦ green 1 ◦ blue 68

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

Shades of Crimson #DB0144

Tints of Crimson #DB0144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 76.04%
G = 0.35%
B = 23.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0144 (or 0xDB0144) is known color: Crimson. HEX triplet: DB, 01 and 44. RGB value is (219,1,68). Sum of RGB (Red+Green+Blue) = 219+1+68=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0144 is #24FEBB. Grayscale: #494949. Windows color (decimal): -2424508 or 4456923. OLE color: 4456923.

HSL color Cylindrical-coordinate representation of color #DB0144: hue angle of 341.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0144 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 68 -
CMYK 0 1.00 0.69 0.14
HSL 341.56º 0.99% 0.43% -
HSV(B) 341.56º 1% 0.86% -
XYZ 30.27 15.5 6.87 -
YUV 73.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 219 1 68 0 1.00 0.69 0.14 341.56 0.99 0.43
Hex DB 1 44 0 64 45 E 156 63 2B
Octal 333 1 104 0 144 105 16 526 143 53
Binary 11011011 1 1000100 0 1100100 1000101 1110 101010110 1100011 101011

Color Harmonies of #DB0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0144

Black with #DB0144

Text Example


Text Example

White with #DB0144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0144; }

 p { color: rgb(219,1,68); }

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

background-color css

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

 a { background-color: rgb(219,1,68); }

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

border-color css

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

 span { border-color: rgb(219,1,68); }

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