Html Css Color HEX #CB1550 Ruby

📋 copy color: '#CB1550'

red 203 ◦ green 21 ◦ blue 80

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

Shades of Ruby #CB1550

Tints of Ruby #CB1550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 66.78%
G = 6.91%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB1550 (or 0xCB1550) is known color: Ruby. HEX triplet: CB, 15 and 50. RGB value is (203,21,80). Sum of RGB (Red+Green+Blue) = 203+21+80=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1550 is #34EAAF. Grayscale: #525252. Windows color (decimal): -3467952 or 5248459. OLE color: 5248459.

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

Color convert

RGB 203 21 80 -
CMYK 0 0.90 0.61 0.20
HSL 340.55º 0.81% 0.44% -
HSV(B) 340.55º 0.9% 0.8% -
XYZ 26.34 13.81 8.87 -
YUV 82.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 203 21 80 0 0.90 0.61 0.20 340.55 0.81 0.44
Hex CB 15 50 0 5A 3D 14 155 51 2C
Octal 313 25 120 0 132 75 24 525 121 54
Binary 11001011 10101 1010000 0 1011010 111101 10100 101010101 1010001 101100

Color Harmonies of #CB1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1550

Black with #CB1550

Text Example


Text Example

White with #CB1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1550; }

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

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

background-color css

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

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

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

border-color css

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

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

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