Html Css Color HEX #DD1450 Ruby

📋 copy color: '#DD1450'

red 221 ◦ green 20 ◦ blue 80

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

Shades of Ruby #DD1450

Tints of Ruby #DD1450

RGB

 RED value IS 221 (86.72% from 255) = 68.85%

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

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

R = 68.85%
G = 6.23%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD1450 (or 0xDD1450) is known color: Ruby. HEX triplet: DD, 14 and 50. RGB value is (221,20,80). Sum of RGB (Red+Green+Blue) = 221+20+80=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1450 is #22EBAF. Grayscale: #565656. Windows color (decimal): -2288560 or 5248221. OLE color: 5248221.

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

Color convert

RGB 221 20 80 -
CMYK 0 0.91 0.64 0.13
HSL 342.09º 0.83% 0.47% -
HSV(B) 342.09º 0.91% 0.87% -
XYZ 31.52 16.45 9.1 -
YUV 86.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 221 20 80 0 0.91 0.64 0.13 342.09 0.83 0.47
Hex DD 14 50 0 5B 40 D 156 53 2F
Octal 335 24 120 0 133 100 15 526 123 57
Binary 11011101 10100 1010000 0 1011011 1000000 1101 101010110 1010011 101111

Color Harmonies of #DD1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1450

Black with #DD1450

Text Example


Text Example

White with #DD1450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1450; }

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

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

background-color css

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

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

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

border-color css

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

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

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