Html Css Color HEX #DD1555 Ruby

📋 copy color: '#DD1555'

red 221 ◦ green 21 ◦ blue 85

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

Shades of Ruby #DD1555

Tints of Ruby #DD1555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 67.58%
G = 6.42%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1555 (or 0xDD1555) is known color: Ruby. HEX triplet: DD, 15 and 55. RGB value is (221,21,85). Sum of RGB (Red+Green+Blue) = 221+21+85=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1555 is #22EAAA. Grayscale: #585858. Windows color (decimal): -2288299 or 5576157. OLE color: 5576157.

HSL color Cylindrical-coordinate representation of color #DD1555: hue angle of 340.8º 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 #DD1555 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 85 -
CMYK 0 0.90 0.62 0.13
HSL 340.8º 0.83% 0.47% -
HSV(B) 340.8º 0.9% 0.87% -
XYZ 31.73 16.56 10.12 -
YUV 88.1 126.26 222.8 -
System Red Green Blue C M Y K H S L
Decimal 221 21 85 0 0.90 0.62 0.13 340.8 0.83 0.47
Hex DD 15 55 0 5A 3E D 155 53 2F
Octal 335 25 125 0 132 76 15 525 123 57
Binary 11011101 10101 1010101 0 1011010 111110 1101 101010101 1010011 101111

Color Harmonies of #DD1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1555

Black with #DD1555

Text Example


Text Example

White with #DD1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1555; }

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

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

background-color css

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

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

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

border-color css

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

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

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