Html Css Color HEX #DB104C Crimson

📋 copy color: '#DB104C'

red 219 ◦ green 16 ◦ blue 76

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

Shades of Crimson #DB104C

Tints of Crimson #DB104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 70.42%
G = 5.14%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB104C (or 0xDB104C) is known color: Crimson. HEX triplet: DB, 10 and 4C. RGB value is (219,16,76). Sum of RGB (Red+Green+Blue) = 219+16+76=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB104C is #24EFB3. Grayscale: #535353. Windows color (decimal): -2420660 or 4985051. OLE color: 4985051.

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

Color convert

RGB 219 16 76 -
CMYK 0 0.93 0.65 0.14
HSL 342.27º 0.86% 0.46% -
HSV(B) 342.27º 0.93% 0.86% -
XYZ 30.7 15.95 8.3 -
YUV 83.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 219 16 76 0 0.93 0.65 0.14 342.27 0.86 0.46
Hex DB 10 4C 0 5D 41 E 156 56 2E
Octal 333 20 114 0 135 101 16 526 126 56
Binary 11011011 10000 1001100 0 1011101 1000001 1110 101010110 1010110 101110

Color Harmonies of #DB104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB104C

Black with #DB104C

Text Example


Text Example

White with #DB104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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