Html Css Color HEX #CB1258 Ruby

📋 copy color: '#CB1258'

red 203 ◦ green 18 ◦ blue 88

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

Shades of Ruby #CB1258

Tints of Ruby #CB1258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 65.7%
G = 5.83%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB1258 (or 0xCB1258) is known color: Ruby. HEX triplet: CB, 12 and 58. RGB value is (203,18,88). Sum of RGB (Red+Green+Blue) = 203+18+88=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1258 is #34EDA7. Grayscale: #515151. Windows color (decimal): -3468712 or 5771979. OLE color: 5771979.

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

Color convert

RGB 203 18 88 -
CMYK 0 0.91 0.57 0.20
HSL 337.3º 0.84% 0.43% -
HSV(B) 337.3º 0.91% 0.8% -
XYZ 26.61 13.83 10.5 -
YUV 81.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 203 18 88 0 0.91 0.57 0.20 337.3 0.84 0.43
Hex CB 12 58 0 5B 39 14 151 54 2B
Octal 313 22 130 0 133 71 24 521 124 53
Binary 11001011 10010 1011000 0 1011011 111001 10100 101010001 1010100 101011

Color Harmonies of #CB1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1258

Black with #CB1258

Text Example


Text Example

White with #CB1258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1258; }

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

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

background-color css

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

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

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

border-color css

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

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

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