Html Css Color HEX #CB1E5E Ruby

📋 copy color: '#CB1E5E'

red 203 ◦ green 30 ◦ blue 94

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

Shades of Ruby #CB1E5E

Tints of Ruby #CB1E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 62.08%
G = 9.17%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB1E5E (or 0xCB1E5E) is known color: Ruby. HEX triplet: CB, 1E and 5E. RGB value is (203,30,94). Sum of RGB (Red+Green+Blue) = 203+30+94=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E5E is #34E1A1. Grayscale: #585858. Windows color (decimal): -3465634 or 6168267. OLE color: 6168267.

HSL color Cylindrical-coordinate representation of color #CB1E5E: hue angle of 337.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E5E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 30 94 -
CMYK 0 0.85 0.54 0.20
HSL 337.8º 0.74% 0.46% -
HSV(B) 337.8º 0.85% 0.8% -
XYZ 27.11 14.43 11.95 -
YUV 89.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 203 30 94 0 0.85 0.54 0.20 337.8 0.74 0.46
Hex CB 1E 5E 0 55 36 14 152 4A 2E
Octal 313 36 136 0 125 66 24 522 112 56
Binary 11001011 11110 1011110 0 1010101 110110 10100 101010010 1001010 101110

Color Harmonies of #CB1E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1E5E

Black with #CB1E5E

Text Example


Text Example

White with #CB1E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1E5E; }

 p { color: rgb(203,30,94); }

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

background-color css

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

 a { background-color: rgb(203,30,94); }

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

border-color css

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

 span { border-color: rgb(203,30,94); }

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