Html Css Color HEX #CB1251 Ruby

📋 copy color: '#CB1251'

red 203 ◦ green 18 ◦ blue 81

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

Shades of Ruby #CB1251

Tints of Ruby #CB1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 81 (32.03% from 255) = 26.82%

R = 67.22%
G = 5.96%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB1251 (or 0xCB1251) is known color: Ruby. HEX triplet: CB, 12 and 51. RGB value is (203,18,81). Sum of RGB (Red+Green+Blue) = 203+18+81=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1251 is #34EDAE. Grayscale: #505050. Windows color (decimal): -3468719 or 5313227. OLE color: 5313227.

HSL color Cylindrical-coordinate representation of color #CB1251: hue angle of 339.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1251 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 81 -
CMYK 0 0.91 0.60 0.20
HSL 339.57º 0.84% 0.43% -
HSV(B) 339.57º 0.91% 0.8% -
XYZ 26.33 13.72 9.05 -
YUV 80.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 203 18 81 0 0.91 0.60 0.20 339.57 0.84 0.43
Hex CB 12 51 0 5B 3C 14 154 54 2B
Octal 313 22 121 0 133 74 24 524 124 53
Binary 11001011 10010 1010001 0 1011011 111100 10100 101010100 1010100 101011

Color Harmonies of #CB1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1251

Black with #CB1251

Text Example


Text Example

White with #CB1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1251; }

 p { color: rgb(203,18,81); }

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

background-color css

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

 a { background-color: rgb(203,18,81); }

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

border-color css

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

 span { border-color: rgb(203,18,81); }

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