Html Css Color HEX #CD1954 Ruby

📋 copy color: '#CD1954'

red 205 ◦ green 25 ◦ blue 84

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

Shades of Ruby #CD1954

Tints of Ruby #CD1954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 65.29%
G = 7.96%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD1954 (or 0xCD1954) is known color: Ruby. HEX triplet: CD, 19 and 54. RGB value is (205,25,84). Sum of RGB (Red+Green+Blue) = 205+25+84=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1954 is #32E6AB. Grayscale: #555555. Windows color (decimal): -3335852 or 5511629. OLE color: 5511629.

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

Color convert

RGB 205 25 84 -
CMYK 0 0.88 0.59 0.20
HSL 340.33º 0.78% 0.45% -
HSV(B) 340.33º 0.88% 0.8% -
XYZ 27.12 14.31 9.72 -
YUV 85.55 127.13 213.2 -
System Red Green Blue C M Y K H S L
Decimal 205 25 84 0 0.88 0.59 0.20 340.33 0.78 0.45
Hex CD 19 54 0 58 3B 14 154 4E 2D
Octal 315 31 124 0 130 73 24 524 116 55
Binary 11001101 11001 1010100 0 1011000 111011 10100 101010100 1001110 101101

Color Harmonies of #CD1954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1954

Black with #CD1954

Text Example


Text Example

White with #CD1954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1954; }

 p { color: rgb(205,25,84); }

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

background-color css

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

 a { background-color: rgb(205,25,84); }

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

border-color css

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

 span { border-color: rgb(205,25,84); }

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