Html Css Color HEX #CD1851 Ruby

📋 copy color: '#CD1851'

red 205 ◦ green 24 ◦ blue 81

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

Shades of Ruby #CD1851

Tints of Ruby #CD1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 66.13%
G = 7.74%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD1851 (or 0xCD1851) is known color: Ruby. HEX triplet: CD, 18 and 51. RGB value is (205,24,81). Sum of RGB (Red+Green+Blue) = 205+24+81=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1851 is #32E7AE. Grayscale: #545454. Windows color (decimal): -3336111 or 5314765. OLE color: 5314765.

HSL color Cylindrical-coordinate representation of color #CD1851: hue angle of 341.1º degrees, saturation: 0.79, 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 #CD1851 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 81 -
CMYK 0 0.88 0.60 0.20
HSL 341.11º 0.79% 0.45% -
HSV(B) 341.11º 0.88% 0.8% -
XYZ 26.99 14.23 9.11 -
YUV 84.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 205 24 81 0 0.88 0.60 0.20 341.11 0.79 0.45
Hex CD 18 51 0 58 3C 14 155 4F 2D
Octal 315 30 121 0 130 74 24 525 117 55
Binary 11001101 11000 1010001 0 1011000 111100 10100 101010101 1001111 101101

Color Harmonies of #CD1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1851

Black with #CD1851

Text Example


Text Example

White with #CD1851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1851; }

 p { color: rgb(205,24,81); }

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

background-color css

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

 a { background-color: rgb(205,24,81); }

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

border-color css

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

 span { border-color: rgb(205,24,81); }

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