Html Css Color HEX #CB1959 Ruby

📋 copy color: '#CB1959'

red 203 ◦ green 25 ◦ blue 89

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

Shades of Ruby #CB1959

Tints of Ruby #CB1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 64.04%
G = 7.89%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB1959 (or 0xCB1959) is known color: Ruby. HEX triplet: CB, 19 and 59. RGB value is (203,25,89). Sum of RGB (Red+Green+Blue) = 203+25+89=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1959 is #34E6A6. Grayscale: #555555. Windows color (decimal): -3466919 or 5839307. OLE color: 5839307.

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

Color convert

RGB 203 25 89 -
CMYK 0 0.88 0.56 0.20
HSL 338.43º 0.78% 0.45% -
HSV(B) 338.43º 0.88% 0.8% -
XYZ 26.78 14.11 10.76 -
YUV 85.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 203 25 89 0 0.88 0.56 0.20 338.43 0.78 0.45
Hex CB 19 59 0 58 38 14 152 4E 2D
Octal 313 31 131 0 130 70 24 522 116 55
Binary 11001011 11001 1011001 0 1011000 111000 10100 101010010 1001110 101101

Color Harmonies of #CB1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1959

Black with #CB1959

Text Example


Text Example

White with #CB1959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1959; }

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

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

background-color css

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

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

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

border-color css

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

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

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