Html Css Color HEX #CD0757 Ruby

📋 copy color: '#CD0757'

red 205 ◦ green 7 ◦ blue 87

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

Shades of Ruby #CD0757

Tints of Ruby #CD0757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 87 (34.38% from 255) = 29.1%

R = 68.56%
G = 2.34%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD0757 (or 0xCD0757) is known color: Ruby. HEX triplet: CD, 07 and 57. RGB value is (205,7,87). Sum of RGB (Red+Green+Blue) = 205+7+87=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0757 is #32F8A8. Grayscale: #4B4B4B. Windows color (decimal): -3340457 or 5703629. OLE color: 5703629.

HSL color Cylindrical-coordinate representation of color #CD0757: hue angle of 335.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0757 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 7 87 -
CMYK 0 0.97 0.58 0.20
HSL 335.76º 0.93% 0.42% -
HSV(B) 335.76º 0.97% 0.8% -
XYZ 26.97 13.82 10.26 -
YUV 75.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 205 7 87 0 0.97 0.58 0.20 335.76 0.93 0.42
Hex CD 7 57 0 61 3A 14 150 5D 2A
Octal 315 7 127 0 141 72 24 520 135 52
Binary 11001101 111 1010111 0 1100001 111010 10100 101010000 1011101 101010

Color Harmonies of #CD0757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0757

Black with #CD0757

Text Example


Text Example

White with #CD0757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0757; }

 p { color: rgb(205,7,87); }

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

background-color css

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

 a { background-color: rgb(205,7,87); }

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

border-color css

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

 span { border-color: rgb(205,7,87); }

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