Html Css Color HEX #CB1559 Ruby

📋 copy color: '#CB1559'

red 203 ◦ green 21 ◦ blue 89

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

Shades of Ruby #CB1559

Tints of Ruby #CB1559

RGB

 RED value IS 203 (79.69% from 255) = 64.86%

 GREEN value IS 21 (8.59% from 255) = 6.71%

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 64.86%
G = 6.71%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB1559 (or 0xCB1559) is known color: Ruby. HEX triplet: CB, 15 and 59. RGB value is (203,21,89). Sum of RGB (Red+Green+Blue) = 203+21+89=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1559 is #34EAA6. Grayscale: #535353. Windows color (decimal): -3467943 or 5838283. OLE color: 5838283.

HSL color Cylindrical-coordinate representation of color #CB1559: hue angle of 337.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1559 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 89 -
CMYK 0 0.90 0.56 0.20
HSL 337.58º 0.81% 0.44% -
HSV(B) 337.58º 0.9% 0.8% -
XYZ 26.7 13.95 10.74 -
YUV 83.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 203 21 89 0 0.90 0.56 0.20 337.58 0.81 0.44
Hex CB 15 59 0 5A 38 14 152 51 2C
Octal 313 25 131 0 132 70 24 522 121 54
Binary 11001011 10101 1011001 0 1011010 111000 10100 101010010 1010001 101100

Color Harmonies of #CB1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1559

Black with #CB1559

Text Example


Text Example

White with #CB1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1559; }

 p { color: rgb(203,21,89); }

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

background-color css

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

 a { background-color: rgb(203,21,89); }

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

border-color css

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

 span { border-color: rgb(203,21,89); }

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