Html Css Color HEX #CB1458 Ruby

📋 copy color: '#CB1458'

red 203 ◦ green 20 ◦ blue 88

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

Shades of Ruby #CB1458

Tints of Ruby #CB1458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 65.27%
G = 6.43%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB1458 (or 0xCB1458) is known color: Ruby. HEX triplet: CB, 14 and 58. RGB value is (203,20,88). Sum of RGB (Red+Green+Blue) = 203+20+88=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1458 is #34EBA7. Grayscale: #525252. Windows color (decimal): -3468200 or 5772491. OLE color: 5772491.

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

Color convert

RGB 203 20 88 -
CMYK 0 0.90 0.57 0.20
HSL 337.7º 0.82% 0.44% -
HSV(B) 337.7º 0.9% 0.8% -
XYZ 26.64 13.9 10.51 -
YUV 82.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 203 20 88 0 0.90 0.57 0.20 337.7 0.82 0.44
Hex CB 14 58 0 5A 39 14 152 52 2C
Octal 313 24 130 0 132 71 24 522 122 54
Binary 11001011 10100 1011000 0 1011010 111001 10100 101010010 1010010 101100

Color Harmonies of #CB1458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1458

Black with #CB1458

Text Example


Text Example

White with #CB1458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1458; }

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

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

background-color css

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

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

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

border-color css

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

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

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