Html Css Color HEX #CB1555 Ruby

📋 copy color: '#CB1555'

red 203 ◦ green 21 ◦ blue 85

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

Shades of Ruby #CB1555

Tints of Ruby #CB1555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 65.7%
G = 6.8%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB1555 (or 0xCB1555) is known color: Ruby. HEX triplet: CB, 15 and 55. RGB value is (203,21,85). Sum of RGB (Red+Green+Blue) = 203+21+85=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1555 is #34EAAA. Grayscale: #525252. Windows color (decimal): -3467947 or 5576139. OLE color: 5576139.

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

Color convert

RGB 203 21 85 -
CMYK 0 0.90 0.58 0.20
HSL 338.9º 0.81% 0.44% -
HSV(B) 338.9º 0.9% 0.8% -
XYZ 26.54 13.89 9.88 -
YUV 82.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 203 21 85 0 0.90 0.58 0.20 338.9 0.81 0.44
Hex CB 15 55 0 5A 3A 14 153 51 2C
Octal 313 25 125 0 132 72 24 523 121 54
Binary 11001011 10101 1010101 0 1011010 111010 10100 101010011 1010001 101100

Color Harmonies of #CB1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1555

Black with #CB1555

Text Example


Text Example

White with #CB1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1555; }

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

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

background-color css

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

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

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

border-color css

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

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

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