Html Css Color HEX #CD1555 Ruby

📋 copy color: '#CD1555'

red 205 ◦ green 21 ◦ blue 85

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

Shades of Ruby #CD1555

Tints of Ruby #CD1555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

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

R = 65.92%
G = 6.75%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD1555 (or 0xCD1555) is known color: Ruby. HEX triplet: CD, 15 and 55. RGB value is (205,21,85). Sum of RGB (Red+Green+Blue) = 205+21+85=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1555 is #32EAAA. Grayscale: #535353. Windows color (decimal): -3336875 or 5576141. OLE color: 5576141.

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

Color convert

RGB 205 21 85 -
CMYK 0 0.90 0.59 0.20
HSL 339.13º 0.81% 0.44% -
HSV(B) 339.13º 0.9% 0.8% -
XYZ 27.08 14.17 9.9 -
YUV 83.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 205 21 85 0 0.90 0.59 0.20 339.13 0.81 0.44
Hex CD 15 55 0 5A 3B 14 153 51 2C
Octal 315 25 125 0 132 73 24 523 121 54
Binary 11001101 10101 1010101 0 1011010 111011 10100 101010011 1010001 101100

Color Harmonies of #CD1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1555

Black with #CD1555

Text Example


Text Example

White with #CD1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1555; }

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

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

background-color css

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

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

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

border-color css

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

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

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