Html Css Color HEX #CB1257 Ruby

📋 copy color: '#CB1257'

red 203 ◦ green 18 ◦ blue 87

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

Shades of Ruby #CB1257

Tints of Ruby #CB1257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.25%

R = 65.91%
G = 5.84%
B = 28.25%

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

#CB1257 (or 0xCB1257) is known color: Ruby. HEX triplet: CB, 12 and 57. RGB value is (203,18,87). Sum of RGB (Red+Green+Blue) = 203+18+87=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1257 is #34EDA8. Grayscale: #515151. Windows color (decimal): -3468713 or 5706443. OLE color: 5706443.

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

Color convert

RGB 203 18 87 -
CMYK 0 0.91 0.57 0.20
HSL 337.62º 0.84% 0.43% -
HSV(B) 337.62º 0.91% 0.8% -
XYZ 26.57 13.82 10.28 -
YUV 81.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 203 18 87 0 0.91 0.57 0.20 337.62 0.84 0.43
Hex CB 12 57 0 5B 39 14 152 54 2B
Octal 313 22 127 0 133 71 24 522 124 53
Binary 11001011 10010 1010111 0 1011011 111001 10100 101010010 1010100 101011

Color Harmonies of #CB1257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1257

Black with #CB1257

Text Example


Text Example

White with #CB1257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1257; }

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

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

background-color css

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

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

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

border-color css

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

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

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