Html Css Color HEX #CD1C55 Ruby

📋 copy color: '#CD1C55'

red 205 ◦ green 28 ◦ blue 85

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

Shades of Ruby #CD1C55

Tints of Ruby #CD1C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 64.47%
G = 8.81%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD1C55 (or 0xCD1C55) is known color: Ruby. HEX triplet: CD, 1C and 55. RGB value is (205,28,85). Sum of RGB (Red+Green+Blue) = 205+28+85=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C55 is #32E3AA. Grayscale: #575757. Windows color (decimal): -3335083 or 5577933. OLE color: 5577933.

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

Color convert

RGB 205 28 85 -
CMYK 0 0.86 0.59 0.20
HSL 340.68º 0.76% 0.46% -
HSV(B) 340.68º 0.86% 0.8% -
XYZ 27.23 14.47 9.95 -
YUV 87.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 205 28 85 0 0.86 0.59 0.20 340.68 0.76 0.46
Hex CD 1C 55 0 56 3B 14 155 4C 2E
Octal 315 34 125 0 126 73 24 525 114 56
Binary 11001101 11100 1010101 0 1010110 111011 10100 101010101 1001100 101110

Color Harmonies of #CD1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C55

Black with #CD1C55

Text Example


Text Example

White with #CD1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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