Html Css Color HEX #DB0146 Crimson

📋 copy color: '#DB0146'

red 219 ◦ green 1 ◦ blue 70

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

Shades of Crimson #DB0146

Tints of Crimson #DB0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 75.52%
G = 0.34%
B = 24.14%

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

#DB0146 (or 0xDB0146) is known color: Crimson. HEX triplet: DB, 01 and 46. RGB value is (219,1,70). Sum of RGB (Red+Green+Blue) = 219+1+70=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0146 is #24FEB9. Grayscale: #494949. Windows color (decimal): -2424506 or 4587995. OLE color: 4587995.

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

Color convert

RGB 219 1 70 -
CMYK 0 1.00 0.68 0.14
HSL 341.01º 0.99% 0.43% -
HSV(B) 341.01º 1% 0.86% -
XYZ 30.33 15.52 7.19 -
YUV 74.05 125.72 231.39 -
System Red Green Blue C M Y K H S L
Decimal 219 1 70 0 1.00 0.68 0.14 341.01 0.99 0.43
Hex DB 1 46 0 64 44 E 155 63 2B
Octal 333 1 106 0 144 104 16 525 143 53
Binary 11011011 1 1000110 0 1100100 1000100 1110 101010101 1100011 101011

Color Harmonies of #DB0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0146

Black with #DB0146

Text Example


Text Example

White with #DB0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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