Html Css Color HEX #CD1360 Ruby

📋 copy color: '#CD1360'

red 205 ◦ green 19 ◦ blue 96

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

Shades of Ruby #CD1360

Tints of Ruby #CD1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 64.06%
G = 5.94%
B = 30%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD1360 (or 0xCD1360) is known color: Ruby. HEX triplet: CD, 13 and 60. RGB value is (205,19,96). Sum of RGB (Red+Green+Blue) = 205+19+96=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1360 is #32EC9F. Grayscale: #535353. Windows color (decimal): -3337376 or 6296525. OLE color: 6296525.

HSL color Cylindrical-coordinate representation of color #CD1360: hue angle of 335.16º degrees, saturation: 0.83, 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 #CD1360 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 96 -
CMYK 0 0.91 0.53 0.20
HSL 335.16º 0.83% 0.44% -
HSV(B) 335.16º 0.91% 0.8% -
XYZ 27.52 14.29 12.37 -
YUV 83.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 205 19 96 0 0.91 0.53 0.20 335.16 0.83 0.44
Hex CD 13 60 0 5B 35 14 14F 53 2C
Octal 315 23 140 0 133 65 24 517 123 54
Binary 11001101 10011 1100000 0 1011011 110101 10100 101001111 1010011 101100

Color Harmonies of #CD1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1360

Black with #CD1360

Text Example


Text Example

White with #CD1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1360; }

 p { color: rgb(205,19,96); }

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

background-color css

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

 a { background-color: rgb(205,19,96); }

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

border-color css

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

 span { border-color: rgb(205,19,96); }

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