Html Css Color HEX #DD144F Ruby

📋 copy color: '#DD144F'

red 221 ◦ green 20 ◦ blue 79

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

Shades of Ruby #DD144F

Tints of Ruby #DD144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 69.06%
G = 6.25%
B = 24.69%

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

#DD144F (or 0xDD144F) is known color: Ruby. HEX triplet: DD, 14 and 4F. RGB value is (221,20,79). Sum of RGB (Red+Green+Blue) = 221+20+79=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD144F is #22EBB0. Grayscale: #565656. Windows color (decimal): -2288561 or 5182685. OLE color: 5182685.

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

Color convert

RGB 221 20 79 -
CMYK 0 0.91 0.64 0.13
HSL 342.39º 0.83% 0.47% -
HSV(B) 342.39º 0.91% 0.87% -
XYZ 31.48 16.44 8.91 -
YUV 86.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 221 20 79 0 0.91 0.64 0.13 342.39 0.83 0.47
Hex DD 14 4F 0 5B 40 D 156 53 2F
Octal 335 24 117 0 133 100 15 526 123 57
Binary 11011101 10100 1001111 0 1011011 1000000 1101 101010110 1010011 101111

Color Harmonies of #DD144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD144F

Black with #DD144F

Text Example


Text Example

White with #DD144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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