Html Css Color HEX #CB1857 Ruby

📋 copy color: '#CB1857'

red 203 ◦ green 24 ◦ blue 87

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

Shades of Ruby #CB1857

Tints of Ruby #CB1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 64.65%
G = 7.64%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB1857 (or 0xCB1857) is known color: Ruby. HEX triplet: CB, 18 and 57. RGB value is (203,24,87). Sum of RGB (Red+Green+Blue) = 203+24+87=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1857 is #34E7A8. Grayscale: #545454. Windows color (decimal): -3467177 or 5707979. OLE color: 5707979.

HSL color Cylindrical-coordinate representation of color #CB1857: hue angle of 338.88º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1857 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 87 -
CMYK 0 0.88 0.57 0.20
HSL 338.88º 0.79% 0.45% -
HSV(B) 338.88º 0.88% 0.8% -
XYZ 26.68 14.04 10.32 -
YUV 84.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 203 24 87 0 0.88 0.57 0.20 338.88 0.79 0.45
Hex CB 18 57 0 58 39 14 153 4F 2D
Octal 313 30 127 0 130 71 24 523 117 55
Binary 11001011 11000 1010111 0 1011000 111001 10100 101010011 1001111 101101

Color Harmonies of #CB1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1857

Black with #CB1857

Text Example


Text Example

White with #CB1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1857; }

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

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

background-color css

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

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

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

border-color css

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

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

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