Html Css Color HEX #DB104A Crimson

📋 copy color: '#DB104A'

red 219 ◦ green 16 ◦ blue 74

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

Shades of Crimson #DB104A

Tints of Crimson #DB104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 70.87%
G = 5.18%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB104A (or 0xDB104A) is known color: Crimson. HEX triplet: DB, 10 and 4A. RGB value is (219,16,74). Sum of RGB (Red+Green+Blue) = 219+16+74=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB104A is #24EFB5. Grayscale: #535353. Windows color (decimal): -2420662 or 4853979. OLE color: 4853979.

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

Color convert

RGB 219 16 74 -
CMYK 0 0.93 0.66 0.14
HSL 342.86º 0.86% 0.46% -
HSV(B) 342.86º 0.93% 0.86% -
XYZ 30.63 15.93 7.94 -
YUV 83.31 122.75 224.78 -
System Red Green Blue C M Y K H S L
Decimal 219 16 74 0 0.93 0.66 0.14 342.86 0.86 0.46
Hex DB 10 4A 0 5D 42 E 157 56 2E
Octal 333 20 112 0 135 102 16 527 126 56
Binary 11011011 10000 1001010 0 1011101 1000010 1110 101010111 1010110 101110

Color Harmonies of #DB104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB104A

Black with #DB104A

Text Example


Text Example

White with #DB104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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