Html Css Color HEX #CD1255 Ruby

📋 copy color: '#CD1255'

red 205 ◦ green 18 ◦ blue 85

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

Shades of Ruby #CD1255

Tints of Ruby #CD1255

RGB

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

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

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

R = 66.56%
G = 5.84%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD1255 (or 0xCD1255) is known color: Ruby. HEX triplet: CD, 12 and 55. RGB value is (205,18,85). Sum of RGB (Red+Green+Blue) = 205+18+85=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1255 is #32EDAA. Grayscale: #515151. Windows color (decimal): -3337643 or 5575373. OLE color: 5575373.

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

Color convert

RGB 205 18 85 -
CMYK 0 0.91 0.59 0.20
HSL 338.5º 0.84% 0.44% -
HSV(B) 338.5º 0.91% 0.8% -
XYZ 27.03 14.07 9.88 -
YUV 81.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 205 18 85 0 0.91 0.59 0.20 338.5 0.84 0.44
Hex CD 12 55 0 5B 3B 14 153 54 2C
Octal 315 22 125 0 133 73 24 523 124 54
Binary 11001101 10010 1010101 0 1011011 111011 10100 101010011 1010100 101100

Color Harmonies of #CD1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1255

Black with #CD1255

Text Example


Text Example

White with #CD1255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1255; }

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

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

background-color css

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

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

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

border-color css

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

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

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