Html Css Color HEX #DD1353 Ruby

📋 copy color: '#DD1353'

red 221 ◦ green 19 ◦ blue 83

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

Shades of Ruby #DD1353

Tints of Ruby #DD1353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.88%

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 68.42%
G = 5.88%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1353 (or 0xDD1353) is known color: Ruby. HEX triplet: DD, 13 and 53. RGB value is (221,19,83). Sum of RGB (Red+Green+Blue) = 221+19+83=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1353 is #22ECAC. Grayscale: #565656. Windows color (decimal): -2288813 or 5444573. OLE color: 5444573.

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

Color convert

RGB 221 19 83 -
CMYK 0 0.91 0.62 0.13
HSL 340.99º 0.84% 0.47% -
HSV(B) 340.99º 0.91% 0.87% -
XYZ 31.61 16.46 9.69 -
YUV 86.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 221 19 83 0 0.91 0.62 0.13 340.99 0.84 0.47
Hex DD 13 53 0 5B 3E D 155 54 2F
Octal 335 23 123 0 133 76 15 525 124 57
Binary 11011101 10011 1010011 0 1011011 111110 1101 101010101 1010100 101111

Color Harmonies of #DD1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1353

Black with #DD1353

Text Example


Text Example

White with #DD1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1353; }

 p { color: rgb(221,19,83); }

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

background-color css

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

 a { background-color: rgb(221,19,83); }

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

border-color css

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

 span { border-color: rgb(221,19,83); }

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