Html Css Color HEX #CD0D59 Ruby

📋 copy color: '#CD0D59'

red 205 ◦ green 13 ◦ blue 89

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

Shades of Ruby #CD0D59

Tints of Ruby #CD0D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

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

R = 66.78%
G = 4.23%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD0D59 (or 0xCD0D59) is known color: Ruby. HEX triplet: CD, 0D and 59. RGB value is (205,13,89). Sum of RGB (Red+Green+Blue) = 205+13+89=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D59 is #32F2A6. Grayscale: #4E4E4E. Windows color (decimal): -3338919 or 5836237. OLE color: 5836237.

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

Color convert

RGB 205 13 89 -
CMYK 0 0.94 0.57 0.20
HSL 336.25º 0.88% 0.43% -
HSV(B) 336.25º 0.94% 0.8% -
XYZ 27.12 13.99 10.72 -
YUV 79.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 205 13 89 0 0.94 0.57 0.20 336.25 0.88 0.43
Hex CD D 59 0 5E 39 14 150 58 2B
Octal 315 15 131 0 136 71 24 520 130 53
Binary 11001101 1101 1011001 0 1011110 111001 10100 101010000 1011000 101011

Color Harmonies of #CD0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0D59

Black with #CD0D59

Text Example


Text Example

White with #CD0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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