Html Css Color HEX #CD1859 Ruby

📋 copy color: '#CD1859'

red 205 ◦ green 24 ◦ blue 89

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

Shades of Ruby #CD1859

Tints of Ruby #CD1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 64.47%
G = 7.55%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD1859 (or 0xCD1859) is known color: Ruby. HEX triplet: CD, 18 and 59. RGB value is (205,24,89). Sum of RGB (Red+Green+Blue) = 205+24+89=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1859 is #32E7A6. Grayscale: #555555. Windows color (decimal): -3336103 or 5839053. OLE color: 5839053.

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

Color convert

RGB 205 24 89 -
CMYK 0 0.88 0.57 0.20
HSL 338.45º 0.79% 0.45% -
HSV(B) 338.45º 0.88% 0.8% -
XYZ 27.31 14.35 10.78 -
YUV 85.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 205 24 89 0 0.88 0.57 0.20 338.45 0.79 0.45
Hex CD 18 59 0 58 39 14 152 4F 2D
Octal 315 30 131 0 130 71 24 522 117 55
Binary 11001101 11000 1011001 0 1011000 111001 10100 101010010 1001111 101101

Color Harmonies of #CD1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1859

Black with #CD1859

Text Example


Text Example

White with #CD1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1859; }

 p { color: rgb(205,24,89); }

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

background-color css

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

 a { background-color: rgb(205,24,89); }

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

border-color css

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

 span { border-color: rgb(205,24,89); }

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