Html Css Color HEX #CD1265 Ruby

📋 copy color: '#CD1265'

red 205 ◦ green 18 ◦ blue 101

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

Shades of Ruby #CD1265

Tints of Ruby #CD1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 63.27%
G = 5.56%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD1265 (or 0xCD1265) is known color: Ruby. HEX triplet: CD, 12 and 65. RGB value is (205,18,101). Sum of RGB (Red+Green+Blue) = 205+18+101=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1265 is #32ED9A. Grayscale: #535353. Windows color (decimal): -3337627 or 6623949. OLE color: 6623949.

HSL color Cylindrical-coordinate representation of color #CD1265: hue angle of 333.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1265 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 18 101 -
CMYK 0 0.91 0.51 0.20
HSL 333.37º 0.84% 0.44% -
HSV(B) 333.37º 0.91% 0.8% -
XYZ 27.74 14.35 13.62 -
YUV 83.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 205 18 101 0 0.91 0.51 0.20 333.37 0.84 0.44
Hex CD 12 65 0 5B 33 14 14D 54 2C
Octal 315 22 145 0 133 63 24 515 124 54
Binary 11001101 10010 1100101 0 1011011 110011 10100 101001101 1010100 101100

Color Harmonies of #CD1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1265

Black with #CD1265

Text Example


Text Example

White with #CD1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1265; }

 p { color: rgb(205,18,101); }

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

background-color css

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

 a { background-color: rgb(205,18,101); }

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

border-color css

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

 span { border-color: rgb(205,18,101); }

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