Html Css Color HEX #CD1353 Ruby

📋 copy color: '#CD1353'

red 205 ◦ green 19 ◦ blue 83

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

Shades of Ruby #CD1353

Tints of Ruby #CD1353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 66.78%
G = 6.19%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD1353 (or 0xCD1353) is known color: Ruby. HEX triplet: CD, 13 and 53. RGB value is (205,19,83). Sum of RGB (Red+Green+Blue) = 205+19+83=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1353 is #32ECAC. Grayscale: #515151. Windows color (decimal): -3337389 or 5444557. OLE color: 5444557.

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

Color convert

RGB 205 19 83 -
CMYK 0 0.91 0.60 0.20
HSL 339.35º 0.83% 0.44% -
HSV(B) 339.35º 0.91% 0.8% -
XYZ 26.97 14.07 9.48 -
YUV 81.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 205 19 83 0 0.91 0.60 0.20 339.35 0.83 0.44
Hex CD 13 53 0 5B 3C 14 153 53 2C
Octal 315 23 123 0 133 74 24 523 123 54
Binary 11001101 10011 1010011 0 1011011 111100 10100 101010011 1010011 101100

Color Harmonies of #CD1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1353

Black with #CD1353

Text Example


Text Example

White with #CD1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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