Html Css Color HEX #CD1C5B Ruby

📋 copy color: '#CD1C5B'

red 205 ◦ green 28 ◦ blue 91

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

Shades of Ruby #CD1C5B

Tints of Ruby #CD1C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 63.27%
G = 8.64%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD1C5B (or 0xCD1C5B) is known color: Ruby. HEX triplet: CD, 1C and 5B. RGB value is (205,28,91). Sum of RGB (Red+Green+Blue) = 205+28+91=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C5B is #32E3A4. Grayscale: #585858. Windows color (decimal): -3335077 or 5971149. OLE color: 5971149.

HSL color Cylindrical-coordinate representation of color #CD1C5B: hue angle of 338.64º 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 #CD1C5B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 91 -
CMYK 0 0.86 0.56 0.20
HSL 338.64º 0.76% 0.46% -
HSV(B) 338.64º 0.86% 0.8% -
XYZ 27.48 14.56 11.26 -
YUV 88.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 205 28 91 0 0.86 0.56 0.20 338.64 0.76 0.46
Hex CD 1C 5B 0 56 38 14 153 4C 2E
Octal 315 34 133 0 126 70 24 523 114 56
Binary 11001101 11100 1011011 0 1010110 111000 10100 101010011 1001100 101110

Color Harmonies of #CD1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C5B

Black with #CD1C5B

Text Example


Text Example

White with #CD1C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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