Html Css Color HEX #DB1450 Ruby

📋 copy color: '#DB1450'

red 219 ◦ green 20 ◦ blue 80

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

Shades of Ruby #DB1450

Tints of Ruby #DB1450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 68.65%
G = 6.27%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1450 (or 0xDB1450) is known color: Ruby. HEX triplet: DB, 14 and 50. RGB value is (219,20,80). Sum of RGB (Red+Green+Blue) = 219+20+80=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1450 is #24EBAF. Grayscale: #565656. Windows color (decimal): -2419632 or 5248219. OLE color: 5248219.

HSL color Cylindrical-coordinate representation of color #DB1450: hue angle of 341.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1450 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 80 -
CMYK 0 0.91 0.63 0.14
HSL 341.91º 0.83% 0.47% -
HSV(B) 341.91º 0.91% 0.86% -
XYZ 30.91 16.14 9.08 -
YUV 86.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 219 20 80 0 0.91 0.63 0.14 341.91 0.83 0.47
Hex DB 14 50 0 5B 3F E 156 53 2F
Octal 333 24 120 0 133 77 16 526 123 57
Binary 11011011 10100 1010000 0 1011011 111111 1110 101010110 1010011 101111

Color Harmonies of #DB1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1450

Black with #DB1450

Text Example


Text Example

White with #DB1450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1450; }

 p { color: rgb(219,20,80); }

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

background-color css

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

 a { background-color: rgb(219,20,80); }

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

border-color css

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

 span { border-color: rgb(219,20,80); }

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