Html Css Color HEX #DB0145 Crimson

📋 copy color: '#DB0145'

red 219 ◦ green 1 ◦ blue 69

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

Shades of Crimson #DB0145

Tints of Crimson #DB0145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 75.78%
G = 0.35%
B = 23.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB0145 (or 0xDB0145) is known color: Crimson. HEX triplet: DB, 01 and 45. RGB value is (219,1,69). Sum of RGB (Red+Green+Blue) = 219+1+69=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0145 is #24FEBA. Grayscale: #494949. Windows color (decimal): -2424507 or 4522459. OLE color: 4522459.

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

Color convert

RGB 219 1 69 -
CMYK 0 1.00 0.68 0.14
HSL 341.28º 0.99% 0.43% -
HSV(B) 341.28º 1% 0.86% -
XYZ 30.3 15.51 7.03 -
YUV 73.93 125.22 231.47 -
System Red Green Blue C M Y K H S L
Decimal 219 1 69 0 1.00 0.68 0.14 341.28 0.99 0.43
Hex DB 1 45 0 64 44 E 155 63 2B
Octal 333 1 105 0 144 104 16 525 143 53
Binary 11011011 1 1000101 0 1100100 1000100 1110 101010101 1100011 101011

Color Harmonies of #DB0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0145

Black with #DB0145

Text Example


Text Example

White with #DB0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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