Html Css Color HEX #CD1354 Ruby

📋 copy color: '#CD1354'

red 205 ◦ green 19 ◦ blue 84

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

Shades of Ruby #CD1354

Tints of Ruby #CD1354

RGB

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

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

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

R = 66.56%
G = 6.17%
B = 27.27%

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

#CD1354 (or 0xCD1354) is known color: Ruby. HEX triplet: CD, 13 and 54. RGB value is (205,19,84). Sum of RGB (Red+Green+Blue) = 205+19+84=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1354 is #32ECAB. Grayscale: #515151. Windows color (decimal): -3337388 or 5510093. OLE color: 5510093.

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

Color convert

RGB 205 19 84 -
CMYK 0 0.91 0.59 0.20
HSL 339.03º 0.83% 0.44% -
HSV(B) 339.03º 0.91% 0.8% -
XYZ 27.01 14.08 9.68 -
YUV 82.02 129.12 215.71 -
System Red Green Blue C M Y K H S L
Decimal 205 19 84 0 0.91 0.59 0.20 339.03 0.83 0.44
Hex CD 13 54 0 5B 3B 14 153 53 2C
Octal 315 23 124 0 133 73 24 523 123 54
Binary 11001101 10011 1010100 0 1011011 111011 10100 101010011 1010011 101100

Color Harmonies of #CD1354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1354

Black with #CD1354

Text Example


Text Example

White with #CD1354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1354; }

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

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

background-color css

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

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

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

border-color css

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

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

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