Html Css Color HEX #DD1557 Ruby

📋 copy color: '#DD1557'

red 221 ◦ green 21 ◦ blue 87

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

Shades of Ruby #DD1557

Tints of Ruby #DD1557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 67.17%
G = 6.38%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD1557 (or 0xDD1557) is known color: Ruby. HEX triplet: DD, 15 and 57. RGB value is (221,21,87). Sum of RGB (Red+Green+Blue) = 221+21+87=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1557 is #22EAA8. Grayscale: #585858. Windows color (decimal): -2288297 or 5707229. OLE color: 5707229.

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

Color convert

RGB 221 21 87 -
CMYK 0 0.90 0.61 0.13
HSL 340.2º 0.83% 0.47% -
HSV(B) 340.2º 0.9% 0.87% -
XYZ 31.81 16.6 10.54 -
YUV 88.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 221 21 87 0 0.90 0.61 0.13 340.2 0.83 0.47
Hex DD 15 57 0 5A 3D D 154 53 2F
Octal 335 25 127 0 132 75 15 524 123 57
Binary 11011101 10101 1010111 0 1011010 111101 1101 101010100 1010011 101111

Color Harmonies of #DD1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1557

Black with #DD1557

Text Example


Text Example

White with #DD1557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1557; }

 p { color: rgb(221,21,87); }

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

background-color css

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

 a { background-color: rgb(221,21,87); }

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

border-color css

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

 span { border-color: rgb(221,21,87); }

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