Html Css Color HEX #CD1755 Ruby

📋 copy color: '#CD1755'

red 205 ◦ green 23 ◦ blue 85

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

Shades of Ruby #CD1755

Tints of Ruby #CD1755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 65.5%
G = 7.35%
B = 27.16%

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

#CD1755 (or 0xCD1755) is known color: Ruby. HEX triplet: CD, 17 and 55. RGB value is (205,23,85). Sum of RGB (Red+Green+Blue) = 205+23+85=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1755 is #32E8AA. Grayscale: #545454. Windows color (decimal): -3336363 or 5576653. OLE color: 5576653.

HSL color Cylindrical-coordinate representation of color #CD1755: hue angle of 339.56º degrees, saturation: 0.8, 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 #CD1755 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 85 -
CMYK 0 0.89 0.59 0.20
HSL 339.56º 0.8% 0.45% -
HSV(B) 339.56º 0.89% 0.8% -
XYZ 27.12 14.25 9.91 -
YUV 84.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 205 23 85 0 0.89 0.59 0.20 339.56 0.8 0.45
Hex CD 17 55 0 59 3B 14 154 50 2D
Octal 315 27 125 0 131 73 24 524 120 55
Binary 11001101 10111 1010101 0 1011001 111011 10100 101010100 1010000 101101

Color Harmonies of #CD1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1755

Black with #CD1755

Text Example


Text Example

White with #CD1755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1755; }

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

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

background-color css

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

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

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

border-color css

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

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

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