Html Css Color HEX #CD1352 Ruby

📋 copy color: '#CD1352'

red 205 ◦ green 19 ◦ blue 82

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

Shades of Ruby #CD1352

Tints of Ruby #CD1352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 66.99%
G = 6.21%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#CD1352 (or 0xCD1352) is known color: Ruby. HEX triplet: CD, 13 and 52. RGB value is (205,19,82). Sum of RGB (Red+Green+Blue) = 205+19+82=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1352 is #32ECAD. Grayscale: #515151. Windows color (decimal): -3337390 or 5379021. OLE color: 5379021.

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

Color convert

RGB 205 19 82 -
CMYK 0 0.91 0.6 0.20
HSL 339.68º 0.83% 0.44% -
HSV(B) 339.68º 0.91% 0.8% -
XYZ 26.93 14.05 9.28 -
YUV 81.8 128.12 215.88 -
System Red Green Blue C M Y K H S L
Decimal 205 19 82 0 0.91 0.6 0.20 339.68 0.83 0.44
Hex CD 13 52 0 5B 3C 14 154 53 2C
Octal 315 23 122 0 133 74 24 524 123 54
Binary 11001101 10011 1010010 0 1011011 111100 10100 101010100 1010011 101100

Color Harmonies of #CD1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1352

Black with #CD1352

Text Example


Text Example

White with #CD1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1352; }

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

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

background-color css

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

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

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

border-color css

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

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

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