Html Css Color HEX #CB1358 Ruby

📋 copy color: '#CB1358'

red 203 ◦ green 19 ◦ blue 88

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

Shades of Ruby #CB1358

Tints of Ruby #CB1358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

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

R = 65.48%
G = 6.13%
B = 28.39%

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

#CB1358 (or 0xCB1358) is known color: Ruby. HEX triplet: CB, 13 and 58. RGB value is (203,19,88). Sum of RGB (Red+Green+Blue) = 203+19+88=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1358 is #34ECA7. Grayscale: #515151. Windows color (decimal): -3468456 or 5772235. OLE color: 5772235.

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

Color convert

RGB 203 19 88 -
CMYK 0 0.91 0.57 0.20
HSL 337.5º 0.83% 0.44% -
HSV(B) 337.5º 0.91% 0.8% -
XYZ 26.62 13.87 10.51 -
YUV 81.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 203 19 88 0 0.91 0.57 0.20 337.5 0.83 0.44
Hex CB 13 58 0 5B 39 14 152 53 2C
Octal 313 23 130 0 133 71 24 522 123 54
Binary 11001011 10011 1011000 0 1011011 111001 10100 101010010 1010011 101100

Color Harmonies of #CB1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1358

Black with #CB1358

Text Example


Text Example

White with #CB1358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1358; }

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

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

background-color css

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

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

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

border-color css

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

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

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