Html Css Color HEX #CD1655 Ruby

📋 copy color: '#CD1655'

red 205 ◦ green 22 ◦ blue 85

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

Shades of Ruby #CD1655

Tints of Ruby #CD1655

RGB

 RED value IS 205 (80.47% from 255) = 65.71%

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 65.71%
G = 7.05%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD1655 (or 0xCD1655) is known color: Ruby. HEX triplet: CD, 16 and 55. RGB value is (205,22,85). Sum of RGB (Red+Green+Blue) = 205+22+85=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1655 is #32E9AA. Grayscale: #535353. Windows color (decimal): -3336619 or 5576397. OLE color: 5576397.

HSL color Cylindrical-coordinate representation of color #CD1655: hue angle of 339.34º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1655 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 85 -
CMYK 0 0.89 0.59 0.20
HSL 339.34º 0.81% 0.45% -
HSV(B) 339.34º 0.89% 0.8% -
XYZ 27.1 14.21 9.91 -
YUV 83.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 205 22 85 0 0.89 0.59 0.20 339.34 0.81 0.45
Hex CD 16 55 0 59 3B 14 153 51 2D
Octal 315 26 125 0 131 73 24 523 121 55
Binary 11001101 10110 1010101 0 1011001 111011 10100 101010011 1010001 101101

Color Harmonies of #CD1655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1655

Black with #CD1655

Text Example


Text Example

White with #CD1655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1655; }

 p { color: rgb(205,22,85); }

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

background-color css

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

 a { background-color: rgb(205,22,85); }

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

border-color css

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

 span { border-color: rgb(205,22,85); }

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